Skip to content

Commit 38c4182

Browse files
committed
chore(release): 12.0.0
1 parent 70fa968 commit 38c4182

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.0.0](https://github.com/angular-extensions/model/compare/v11.0.0...v12.0.0) (2021-09-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **dependencies:** - peer dependencies updated to work in Angular 12 ecosystem
11+
12+
### Features
13+
14+
* **dependencies:** upgrade to Angular 12, Typescript 4.3 ([e03d5a2](https://github.com/angular-extensions/model/commit/e03d5a213a87f5dbcecdbc0f534dd9f0609fbd39))
15+
16+
17+
### Bug Fixes
18+
19+
* **workspace:** ci config ([70fa968](https://github.com/angular-extensions/model/commit/70fa9683ae7a4a821031115dc66669a7218a99c7))
20+
* **workspace:** ci config ([c9634b1](https://github.com/angular-extensions/model/commit/c9634b14bf0fe5fa4da5d90f8fd297374b5fdcb7))
21+
522
## [11.0.0](https://github.com/angular-extensions/model/compare/v10.0.1...v11.0.0) (2021-09-20)
623

724

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-extensions/model",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Angular Model - Simple state management with minimalistic API, one way data flow, multiple model support and immutable data exposed as RxJS Observable.",
55
"main": "lib/model/model.ts",
66
"scripts": {

0 commit comments

Comments
 (0)