Skip to content

Commit

Permalink
6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Nov 12, 2019
1 parent d7568d3 commit f54505a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.5.3 - 2019-11-12
- Fix `onclick` event name in readme example (https://github.com/choojs/nanocomponent/pull/82)
- Add doc note about maintaining control of a component (https://github.com/choojs/nanocomponent/pull/89)
- Point out the `createElement()` return value should be a single DOM node (https://github.com/choojs/nanocomponent/pull/93)

## 6.5.2 - 2018-04-20
- Allow SVGs as the root node (https://github.com/choojs/nanocomponent/pull/79)
- Update deps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanocomponent",
"version": "6.5.2",
"version": "6.5.3",
"description": "Native DOM components that pair nicely with DOM diffing algorithms",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit f54505a

Please sign in to comment.