Skip to content

Commit

Permalink
chore: prerelease v0.3.2 (#307)
Browse files Browse the repository at this point in the history
# Release
- Bump minor prerelease version to 0.3.2
- Add changelog entry
  • Loading branch information
LayZeeDK authored Jan 3, 2023
1 parent a0216cc commit e9d90fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Router Component Store changelog

## 0.3.2 (2023-01-03)

### Performance optimizations

- Ignore non-essential router events when serializing the router state. Only `NavigationStart`, `RoutesRecognized`, `NavigationEnd`, `NavigationCancel`, and `NavigationError` events are essential.

## 0.3.1 (2023-01-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/router-component-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngworker/router-component-store",
"version": "0.3.1",
"version": "0.3.2",
"description": "An Angular Router-connecting NgRx component store.",
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit e9d90fa

Please sign in to comment.