Skip to content

Commit

Permalink
Release v0.0.13
Browse files Browse the repository at this point in the history
- **[Breaking]** Allow `Contact.name.first` and `Contact.surname.first`
  to be null. This matches the Skype API.
- **[Feature]** Send images with the new `sendImage` method
- **[Feature]** Add support for state serialization. This allows you to
  export the state and then restore it.
- **[Internal]** Add background information about the project and
  update the commands available to contributors.
- **[Internal]** Add TypeDoc generation.
  • Loading branch information
demurgos committed Jul 16, 2017
1 parent 4a8d260 commit 21397fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Next
# 0.0.13 (2017-07-16)

- **[Breaking]** Allow `Contact.name.first` and `Contact.surname.first` to be null. This matches the Skype
API.
- **[Feature]** Send images with the new `sendImage` method
- **[Feature]** Add support for state serialization. This allows you to export the state and then restore it.
- **[Internal]** Add background information about the project and update the commands available to contributors.
- **[Internal]** Add TypeDoc generation.

# 0.0.12 (2017-05-10)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "skype-http",
"description": "Unofficial Skype API for Node.js via HTTP",
"version": "0.0.12",
"version": "0.0.13",
"license": "MIT",
"main": "dist/lib-es2015/lib/index.js",
"browser": "dist/lib-es2015/lib/index.js",
Expand Down

0 comments on commit 21397fa

Please sign in to comment.