Skip to content

Commit 36edbdf

Browse files
committed
6.4.0
1 parent b4a198e commit 36edbdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
## 6.4.0 - 2017-08-31
5+
## 6.4.0 - 2017-09-04
66

77
- **Added**: `.rerender()` method to allow re-rendering with the last rendered arguments if internal state changes.
88
- Updated docs for `rerender`.

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.3.0",
3+
"version": "6.4.0",
44
"description": "Native DOM components that pair nicely with DOM diffing algorithms",
55
"main": "index.js",
66
"browser": {

0 commit comments

Comments
 (0)