Skip to content

Commit

Permalink
Release v0.0.15
Browse files Browse the repository at this point in the history
- **[Feature]** Add `setConversationTopic(conversationId: string, topic: string)`
- **[Feature]** Add `getJoinUrl(conversationId: string)`
- **[Feature]** Add `addMemberToConversation(conversationId: string, memberId: string)`
- **[Feature]** Add `createConversation(allUsers: AllUsers)`
- **[Fix]** Do not throw on unexpected extra keys when reading responses.
- **[Fix]** Fix message host resolution (API change).
- **[Fix]** Mark `isFavorite` in `ContactGroup` as optional.
- **[Fix]** Mark `name` in `ContactProfile` as optional.
- **[Fix]** Move `.ts` sources to a different directory than `.d.ts` and `.js` in dist build
- **[Internal]** Run tests and coverage on `.mjs` files.
  • Loading branch information
demurgos committed Feb 14, 2018
1 parent ea534fb commit 61dfd9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Next
# 0.0.15 (2018-02-14)

- **[Feature]** Add `setConversationTopic(conversationId: string, topic: string)`
- **[Feature]** Add `getJoinUrl(conversationId: string)`
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.14",
"version": "0.0.15",
"license": "MIT",
"main": "dist/lib/index",
"types": "dist/lib/index.d.ts",
Expand Down

0 comments on commit 61dfd9e

Please sign in to comment.