Skip to content

Commit

Permalink
6.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Mar 3, 2018
1 parent 83f5a46 commit 7c34b4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# nanomorph Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.0.0-beta1 - 2018-03-03
* Enable the use of proxy.realNode DOM node references when nanomorph encounters a proxy node.
* Initialize a changelog.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanomorph",
"version": "5.1.3",
"version": "6.0.0-beta1",
"description": "Hyper fast diffing algorithm for real DOM nodes",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7c34b4f

Please sign in to comment.