Skip to content

Commit

Permalink
Add changelog and prep for npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Jan 30, 2016
1 parent c883bc0 commit 8bdc90f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.1.0 - 2016-01-29
### Added
- Initial public release.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "isolated-core",
"description": "Seamless client side updates using iframes.",
"version": "0.0.1",
"version": "0.1.0",
"keywords": [
"update",
"iframe"
Expand All @@ -23,6 +23,7 @@
"devDependencies": {
"core-js": "~2.0.3",
"babel": "~6.3.26",
"babel-core": "~6.4.5",
"babel-register": "~6.3.13",
"babel-cli": "~6.3.17",
"babel-plugin-transform-object-rest-spread": "~6.3.13",
Expand Down

0 comments on commit 8bdc90f

Please sign in to comment.