Skip to content

Commit

Permalink
chore(release): v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Mar 30, 2016
1 parent 2cbe49f commit 1d6ae66
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v1.4.0 (2016-03-30)


## Bug Fixes

- dataset module has not yet been publised to npm
([07e4b47c](https://github.com/motorcyclejs/dom/commits/07e4b47cc999013c7a6f5cb0a2448e5a396ded6f))
- **issue-89:** hopefully help fix fiddly test
([2eb6afbf](https://github.com/motorcyclejs/dom/commits/2eb6afbf1c149339c720499502d3b343d3371ee9))


## Features

- **mockDOMSource:** update to allow for multiple .select()s
([9a47a30f](https://github.com/motorcyclejs/dom/commits/9a47a30ffb01eeb49af912a23b94780bb6ed876e))
- **modules:** remove local version of modules in favor of fixed snabbdom versions
([c1864b22](https://github.com/motorcyclejs/dom/commits/c1864b22ff7737a8fd0af9373f4ff5a8a111c903))


# v1.3.0 (2016-03-15)


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": "@motorcycle/dom",
"version": "1.3.0",
"version": "1.4.0",
"description": "Snabbdom driver for MotorcycleJS.",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit 1d6ae66

Please sign in to comment.