diff --git a/CHANGELOG.md b/CHANGELOG.md index 87fccbed..f56f81c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.6.0](https://github.com/davidbonnet/realue/compare/v1.5.0...v1.6.0) (2019-01-17) + + +### Features + +* **array:** add onAddItems method ([4e479ec](https://github.com/davidbonnet/realue/commit/4e479ec)) + + + # [1.5.0](https://github.com/davidbonnet/realue/compare/v1.4.0...v1.5.0) (2019-01-17) diff --git a/package-lock.json b/package-lock.json index 48a3a89e..4fd8c474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "realue", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cffd6641..43889b4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "realue", - "version": "1.5.0", + "version": "1.6.0", "description": "Value management for React components.", "main": "dist/es5/index.js", "module": "dist/module/index.js",