Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezze committed Dec 12, 2017
1 parent c01526c commit 36c9d1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 0.4.0 (2017-12-12)

- [Rollup](https://rollupjs.org/) is used to build the library for multiple targets.
- `Channel`, `EventMixin`, `CommandMixin`, `getChannel` can be imported separately.

### 0.3.0 (2017-11-10)

- `once` method is added to `EventMixin`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dissemination",
"version": "0.3.0",
"version": "0.4.0",
"description": "Lightweight event/command library created to replace Backbone.Radio",
"main": "lib/index.js",
"jsnext:main": "dist/dissemination.es.js",
Expand Down

0 comments on commit 36c9d1f

Please sign in to comment.