Skip to content

Commit

Permalink
-> 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 11, 2015
1 parent 38a81e3 commit 249c847
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# changelog

## 0.2.1

* Add minified version to repo

## 0.2.0

* Stop self-registering in a module environment
* Rewrite as ES6 module
* Start maintaining changelog
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ractive-events-keys",
"version": "0.2.0",
"version": "0.2.1",
"author": "Rich Harris",
"license": "MIT",
"repository": "https://github.com/ractivejs/ractive-events-keys",
Expand All @@ -17,5 +17,10 @@
"scripts": {
"build": "rm -rf dist; gobble build dist",
"prepublish": "npm run build"
}
},
"files": [
"src",
"dist",
"README.md"
]
}

0 comments on commit 249c847

Please sign in to comment.