Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 9, 2017
1 parent f6c1444 commit b95f4f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# nanocomponent-adapters Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.0 - 2017-08-09
* Initialize changelog
* Update adapters to work with nanocomponent 6.0.0-1
* Remove webcomponent adapter due to lack of time / domain knowledge. Somoene PR that back!
* Updated example to work with updated react example

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nanocomponent-adapters",
"description": "Adapters to make nanocomponent run natively inside frameworks",
"repository": "yoshuawuyts/nanocomponent-adapters",
"version": "1.2.1",
"version": "2.0.0",
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"start": "NODE_ENV=production bankai example --open",
Expand Down

0 comments on commit b95f4f4

Please sign in to comment.