Skip to content

Commit 6ea651a

Browse files
committed
Release 1.0.6
1 parent 7f7cf18 commit 6ea651a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

55

6+
#### [v1.0.6](https://github.com/PKief/angular-reactive-state/compare/v1.0.5...v1.0.6)
7+
8+
> January 22, 2023
9+
10+
- Export store registry [`fce52ec`](https://github.com/PKief/angular-reactive-state/commit/fce52ec)
11+
- Replace lodash with lodash-es [`f950bc7`](https://github.com/PKief/angular-reactive-state/commit/f950bc7)
12+
613
#### [v1.0.5](https://github.com/PKief/angular-reactive-state/compare/v1.0.4...v1.0.5)
714

815
> January 22, 2023

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-reactive-state",
33
"description": "Reactive state management library for Angular",
44
"displayName": "Angular Reactive State Management",
5-
"version": "1.0.5",
5+
"version": "1.0.6",
66
"publisher": "PKief",
77
"scripts": {
88
"ng": "ng",

0 commit comments

Comments
 (0)