Skip to content

Commit e9d90fa

Browse files
authored
chore: prerelease v0.3.2 (#307)
# Release - Bump minor prerelease version to 0.3.2 - Add changelog entry
1 parent a0216cc commit e9d90fa

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Router Component Store changelog
22

3+
## 0.3.2 (2023-01-03)
4+
5+
### Performance optimizations
6+
7+
- Ignore non-essential router events when serializing the router state. Only `NavigationStart`, `RoutesRecognized`, `NavigationEnd`, `NavigationCancel`, and `NavigationError` events are essential.
8+
39
## 0.3.1 (2023-01-03)
410

511
### Features

packages/router-component-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngworker/router-component-store",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "An Angular Router-connecting NgRx component store.",
55
"license": "MIT",
66
"peerDependencies": {

0 commit comments

Comments
 (0)