Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
chore(release): prepare release & publish version 1.0.0 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-lieben committed Sep 9, 2016
1 parent 904265b commit b936995
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="1.0.0"></a>
## 1.0.0 (2016-09-09)


### Bug Fixes

* usage with jspm ([d737ac1](https://github.com/eriklieben/aurelia-interactjs/commit/d737ac1))


### Features

* enable usage with Aurelia-CLI and JSPM ([afc9fc6](https://github.com/eriklieben/aurelia-interactjs/commit/afc9fc6))
* interact-draggable attribute ([a564dde](https://github.com/eriklieben/aurelia-interactjs/commit/a564dde))
* interact-dropzone attribute ([cf8162a](https://github.com/eriklieben/aurelia-interactjs/commit/cf8162a))
* interact-gesturable attribute ([f33889a](https://github.com/eriklieben/aurelia-interactjs/commit/f33889a))
* interact-resizable attribute ([d99fb1a](https://github.com/eriklieben/aurelia-interactjs/commit/d99fb1a))



<a name="0.1.1"></a>
## 0.1.1 (2016-09-09)

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": "aurelia-interactjs",
"version": "0.1.1",
"version": "1.0.0",
"description": "Plugin to use interact.js with Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit b936995

Please sign in to comment.