Skip to content

Commit b95f4f4

Browse files
committed
2.0.0
1 parent f6c1444 commit b95f4f4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# nanocomponent-adapters Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## 2.0.0 - 2017-08-09
6+
* Initialize changelog
7+
* Update adapters to work with nanocomponent 6.0.0-1
8+
* Remove webcomponent adapter due to lack of time / domain knowledge. Somoene PR that back!
9+
* Updated example to work with updated react example
10+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nanocomponent-adapters",
33
"description": "Adapters to make nanocomponent run natively inside frameworks",
44
"repository": "yoshuawuyts/nanocomponent-adapters",
5-
"version": "1.2.1",
5+
"version": "2.0.0",
66
"scripts": {
77
"deps": "dependency-check . && dependency-check . --extra --no-dev",
88
"start": "NODE_ENV=production bankai example --open",

0 commit comments

Comments
 (0)