Skip to content

Commit 6ec17e7

Browse files
chore(release): publish 0.2.0
1 parent 1c5ef89 commit 6ec17e7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.2.0 (2024-04-20)
2+
3+
4+
### 🚀 Features
5+
6+
- add MIT licence ([1c5ef89](https://github.com/angular-architects/ngrx-toolkit/commit/1c5ef89))
7+
8+
### 🩹 Fixes
9+
10+
- nx release with correct publish directory ([9c0f94f](https://github.com/angular-architects/ngrx-toolkit/commit/9c0f94f))
11+
- **redux:** multiple effects can subscribe to the same action ([12d0077](https://github.com/angular-architects/ngrx-toolkit/commit/12d0077))
12+
- **redux:** remove parameter from `noPayload` action functions ([0e83882](https://github.com/angular-architects/ngrx-toolkit/commit/0e83882))
13+
14+
### ❤️ Thank You
15+
16+
- Rainer Hahnekamp @rainerhahnekamp
17+
118
## 0.1.1 (2024-04-20)
219

320

libs/ngrx-toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-architects/ngrx-toolkit",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"repository": {
66
"type": "GitHub",

0 commit comments

Comments
 (0)