diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e05e92..403c4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## 6.4.0 - 2017-08-31 +## 6.4.0 - 2017-09-04 - **Added**: `.rerender()` method to allow re-rendering with the last rendered arguments if internal state changes. - Updated docs for `rerender`. diff --git a/package.json b/package.json index 234bc40..864a941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nanocomponent", - "version": "6.3.0", + "version": "6.4.0", "description": "Native DOM components that pair nicely with DOM diffing algorithms", "main": "index.js", "browser": {