Skip to content

Commit

Permalink
chore(release): publish 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Apr 20, 2024
1 parent 1c5ef89 commit 6ec17e7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.2.0 (2024-04-20)


### 🚀 Features

- add MIT licence ([1c5ef89](https://github.com/angular-architects/ngrx-toolkit/commit/1c5ef89))

### 🩹 Fixes

- nx release with correct publish directory ([9c0f94f](https://github.com/angular-architects/ngrx-toolkit/commit/9c0f94f))
- **redux:** multiple effects can subscribe to the same action ([12d0077](https://github.com/angular-architects/ngrx-toolkit/commit/12d0077))
- **redux:** remove parameter from `noPayload` action functions ([0e83882](https://github.com/angular-architects/ngrx-toolkit/commit/0e83882))

### ❤️ Thank You

- Rainer Hahnekamp @rainerhahnekamp

## 0.1.1 (2024-04-20)


Expand Down
2 changes: 1 addition & 1 deletion libs/ngrx-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-architects/ngrx-toolkit",
"version": "0.1.1",
"version": "0.2.0",
"license": "MIT",
"repository": {
"type": "GitHub",
Expand Down

0 comments on commit 6ec17e7

Please sign in to comment.