Skip to content

Commit

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


### 🩹 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.0 (2024-03-02)


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.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "GitHub",
Expand Down

0 comments on commit b4144d1

Please sign in to comment.