Skip to content

Commit aaae14e

Browse files
committed
Release 1.0.5
1 parent b31be16 commit aaae14e

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

55

6+
#### [v1.0.5](https://github.com/PKief/angular-reactive-state/compare/v1.0.4...v1.0.5)
7+
8+
> January 22, 2023
9+
10+
- Update Angular version [`b31be16`](https://github.com/PKief/angular-reactive-state/commit/b31be16)
11+
- Update package lock [`3f86458`](https://github.com/PKief/angular-reactive-state/commit/3f86458)
12+
- Remove type declaration [`9652584`](https://github.com/PKief/angular-reactive-state/commit/9652584)
13+
- Remove dependency [`5c30801`](https://github.com/PKief/angular-reactive-state/commit/5c30801)
14+
615
#### [v1.0.4](https://github.com/PKief/angular-reactive-state/compare/v1.0.3...v1.0.4)
716

817
> 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: 2 additions & 2 deletions
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.4",
5+
"version": "1.0.5",
66
"publisher": "PKief",
77
"scripts": {
88
"ng": "ng",
@@ -84,4 +84,4 @@
8484
"tslint-config-prettier": "latest",
8585
"typescript": "~4.8.2"
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)