We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a198e commit 36edbdfCopy full SHA for 36edbdf
CHANGELOG.md
@@ -2,7 +2,7 @@
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.4.0 - 2017-08-31
+## 6.4.0 - 2017-09-04
6
7
- **Added**: `.rerender()` method to allow re-rendering with the last rendered arguments if internal state changes.
8
- Updated docs for `rerender`.
package.json
@@ -1,6 +1,6 @@
1
{
"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": {
0 commit comments