Skip to content

Commit 7c34b4f

Browse files
committed
6.0.0-beta1
1 parent 83f5a46 commit 7c34b4f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# nanomorph 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+
## 6.0.0-beta1 - 2018-03-03
6+
* Enable the use of proxy.realNode DOM node references when nanomorph encounters a proxy node.
7+
* Initialize a changelog.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanomorph",
3-
"version": "5.1.3",
3+
"version": "6.0.0-beta1",
44
"description": "Hyper fast diffing algorithm for real DOM nodes",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)