Skip to content

Commit

Permalink
Update CHANGELOG and prepare for release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Oct 13, 2016
1 parent 0ea0730 commit 441c9b4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.0.7 (13 October 2016)

- #108 [muc]: Pass error code and name along from MUC errors
- #110 [roster]: Add check for items
- #111 Add a plugin for Message Carbons - XEP-0280
- #83 [muc] Fix reference to name in XmppRoom class
- #88 [caps] Replace odd chars with space
- #90 [pubsub] Fix typo
- #91 [vcard] Overload get
- #92: Add plugin strophe.streamManagement.js - XEP-0198
- Add AMD-enabled versions of strophe.vcard and strophe.ping
- Make iexdomain work with newer strophe.js versions

## 0.0.6 (26 August 2015)

- Update package.json so that the plugin files are included in the NPM package.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strophejs-plugins",
"version": "0.0.6",
"version": "0.0.7",
"ignore": [
".gitignore",
".jshintignore",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strophejs-plugins",
"description": "Strophe.js community plugins",
"version": "0.0.6",
"version": "0.0.7",
"homepage": "https://github.com/strophe/strophejs-plugins",
"repository": {
"type": "git",
Expand Down

0 comments on commit 441c9b4

Please sign in to comment.