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

Commit b936995

Browse files
committed
chore(release): prepare release & publish version 1.0.0 to npm
1 parent 904265b commit b936995

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

doc/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="1.0.0"></a>
2+
## 1.0.0 (2016-09-09)
3+
4+
5+
### Bug Fixes
6+
7+
* usage with jspm ([d737ac1](https://github.com/eriklieben/aurelia-interactjs/commit/d737ac1))
8+
9+
10+
### Features
11+
12+
* enable usage with Aurelia-CLI and JSPM ([afc9fc6](https://github.com/eriklieben/aurelia-interactjs/commit/afc9fc6))
13+
* interact-draggable attribute ([a564dde](https://github.com/eriklieben/aurelia-interactjs/commit/a564dde))
14+
* interact-dropzone attribute ([cf8162a](https://github.com/eriklieben/aurelia-interactjs/commit/cf8162a))
15+
* interact-gesturable attribute ([f33889a](https://github.com/eriklieben/aurelia-interactjs/commit/f33889a))
16+
* interact-resizable attribute ([d99fb1a](https://github.com/eriklieben/aurelia-interactjs/commit/d99fb1a))
17+
18+
19+
120
<a name="0.1.1"></a>
221
## 0.1.1 (2016-09-09)
322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-interactjs",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Plugin to use interact.js with Aurelia.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)