Skip to content

Commit 61dfd9e

Browse files
committed
Release v0.0.15
- **[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.
1 parent ea534fb commit 61dfd9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Next
1+
# 0.0.15 (2018-02-14)
22

33
- **[Feature]** Add `setConversationTopic(conversationId: string, topic: string)`
44
- **[Feature]** Add `getJoinUrl(conversationId: string)`

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skype-http",
33
"description": "Unofficial Skype API for Node.js via HTTP",
4-
"version": "0.0.14",
4+
"version": "0.0.15",
55
"license": "MIT",
66
"main": "dist/lib/index",
77
"types": "dist/lib/index.d.ts",

0 commit comments

Comments
 (0)