Skip to content

Commit b15e83a

Browse files
committed
7.0.0-beta1
1 parent 0e02a3a commit b15e83a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 7.0.0-beta1 - 2018-03-02
6+
7+
- Store a real dom-node reference to the proxy node for nanomorph to use.
8+
- This should fix leaky proxy nodes and improve failure modes.
9+
510
## 6.5.1 - 2018-02-11
611
712
- Update devdeps: tap-run, dependency-check, browserify, bankai

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanocomponent",
3-
"version": "6.5.1",
3+
"version": "7.0.0-beta1",
44
"description": "Native DOM components that pair nicely with DOM diffing algorithms",
55
"main": "index.js",
66
"browser": {

0 commit comments

Comments
 (0)