Skip to content

Commit 441c9b4

Browse files
committed
Update CHANGELOG and prepare for release 0.0.7
1 parent 0ea0730 commit 441c9b4

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.0.7 (13 October 2016)
4+
5+
- #108 [muc]: Pass error code and name along from MUC errors
6+
- #110 [roster]: Add check for items
7+
- #111 Add a plugin for Message Carbons - XEP-0280
8+
- #83 [muc] Fix reference to name in XmppRoom class
9+
- #88 [caps] Replace odd chars with space
10+
- #90 [pubsub] Fix typo
11+
- #91 [vcard] Overload get
12+
- #92: Add plugin strophe.streamManagement.js - XEP-0198
13+
- Add AMD-enabled versions of strophe.vcard and strophe.ping
14+
- Make iexdomain work with newer strophe.js versions
15+
316
## 0.0.6 (26 August 2015)
417

518
- Update package.json so that the plugin files are included in the NPM package.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strophejs-plugins",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"ignore": [
55
".gitignore",
66
".jshintignore",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strophejs-plugins",
33
"description": "Strophe.js community plugins",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"homepage": "https://github.com/strophe/strophejs-plugins",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)