Skip to content

Commit

Permalink
7.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Mar 3, 2018
1 parent 0e02a3a commit b15e83a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 7.0.0-beta1 - 2018-03-02
- Update nanomorph@6.0.0-beta1.
- Store a real dom-node reference to the proxy node for nanomorph to use.
- This should fix leaky proxy nodes and improve failure modes.

## 6.5.1 - 2018-02-11
- Update nanotiming@7.2.0
- Update devdeps: tap-run, dependency-check, browserify, bankai
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanocomponent",
"version": "6.5.1",
"version": "7.0.0-beta1",
"description": "Native DOM components that pair nicely with DOM diffing algorithms",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit b15e83a

Please sign in to comment.