diff --git a/CHANGELOG.md b/CHANGELOG.md index c2840c2f..944ee3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. + +# [3.10.0](https://github.com/datorama/akita/compare/v3.9.2...v3.10.0) (2019-05-05) + + +### Bug Fixes + +* **presist-state:** cache value should be persisted ([56b4b16](https://github.com/datorama/akita/commit/56b4b16)) + + +### Features + +* **entity-query:** add entity actions query ([6d9dc8d](https://github.com/datorama/akita/commit/6d9dc8d)) + + + ## [3.9.2](https://github.com/datorama/akita/compare/v3.9.1...v3.9.2) (2019-05-01) diff --git a/package-lock.json b/package-lock.json index a3810919..5282537d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@datorama/akita", - "version": "3.9.2", + "version": "3.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2142846f..70c8df20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@datorama/akita", - "version": "3.9.2", + "version": "3.10.0", "description": "State Management Tailored-Made for JS Applications", "schematics": "./schematics/collection.json", "scripts": {