diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a491b..852ebaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.31](https://github.com/blephy/simple-rxstate/compare/v1.0.30...v1.0.31) (2023-05-31) + + +### docs + +* update README ([754631a](https://github.com/blephy/simple-rxstate/commit/754631a241382b1e95c90a1d69c90827d3de04d9)) + ## [1.0.30](https://github.com/blephy/simple-rxstate/compare/v1.0.29...v1.0.30) (2022-08-14) diff --git a/package.json b/package.json index 1027021..501804a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-rxstate", - "version": "1.0.30", + "version": "1.0.31", "description": "Simple rxjs based state management system", "author": "Allan Dollé (https://allandolle.fr/)", "homepage": "https://github.com/blephy/simple-rxstate#readme",