Skip to content

Commit 81cf217

Browse files
committed
chore(release): 12.3.0
1 parent b9a22ae commit 81cf217

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [12.3.0](https://github.com/tomastrajan/angular-ngrx-material-starter/compare/v12.2.0...v12.3.0) (2021-09-16)
6+
7+
### Features
8+
9+
- **workspace:** update to Angular 12.2.6 ([b9a22ae](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/b9a22ae93fc2797cfbb488a802a357ef616edf68))
10+
11+
### Bug Fixes
12+
13+
- **form:** replace pass in storage stop duplicate requests from form state, closes [#527](https://github.com/tomastrajan/angular-ngrx-material-starter/issues/527), closes [#558](https://github.com/tomastrajan/angular-ngrx-material-starter/issues/558) ([9109595](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/9109595d46a928e20da38ba1cdf4d5c7619b6ee1))
14+
- **workspace:** re-generate package-lock.json ([45fbfd7](https://github.com/tomastrajan/angular-ngrx-material-starter/commit/45fbfd7ef463de70b83118b45fa5e19a264f5826))
15+
516
## [12.2.0](https://github.com/tomastrajan/angular-ngrx-material-starter/compare/v12.1.0...v12.2.0) (2021-08-23)
617

718
### Features

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ngrx-material-starter",
3-
"version": "12.2.0",
3+
"version": "12.3.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)