diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa5a0c..9049000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,20 @@ ## Unreleased - - Dispatch the render event on roots. + - … + +## 0.1.1 (September 12, 2017) + + - Dispatch the render event on roots. (#15) The render event provides a hook to add custom logic after the render is complete. It allows to restore focus, selection and caret positions after render. + - Filter out null and undefined interpolations in the html helper. (#8) + + - Ignore tests and examples in npm. (#11) + ## 0.1.0 (September 8, 2017) This is the first release to be tracked in the changelog. diff --git a/package.json b/package.json index ec5bdf7..a28caa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "innerself", - "version": "0.1.0", + "version": "0.1.1", "description": "A tiny view + state management solution using innerHTML", "main": "index.js", "repository": {