Skip to content

Commit

Permalink
chore(persist-state): release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Sep 11, 2022
1 parent 9079b7d commit f000e78
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions libs/persist-state/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [1.1.0](https://github.com/Michsior14/ngrx-addons/compare/persist-state-1.0.0...persist-state-1.1.0) (2022-09-11)


### Bug Fixes

* **persist-state:** add missing rxjs peer dependency ([3318475](https://github.com/Michsior14/ngrx-addons/commit/3318475f72bcaa1a6c715cad3f4f20047fdcf887))
* **persist-state:** expose createStore ([6160f81](https://github.com/Michsior14/ngrx-addons/commit/6160f8133a3531ed6113ad554b08cd6a3bfbe49f))


### Features

* **persist-state:** add possibility to adjust number of state skip ([f4aea6e](https://github.com/Michsior14/ngrx-addons/commit/f4aea6ed65cc20355a0cb2adcf4601f41600977a))



# 1.0.0 (2022-09-11)


Expand Down
2 changes: 1 addition & 1 deletion libs/persist-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx-addons/persist-state",
"version": "1.0.0",
"version": "1.1.0",
"description": "Persist state in storage for ngrx, based on @ngneat/elf-persist-state",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f000e78

Please sign in to comment.