Skip to content

Commit f6a69bd

Browse files
committed
chore(release): 11.0.0
1 parent 6fb0ec5 commit f6a69bd

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
# Change Log
1+
# Changelog
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+
## [11.0.0](https://github.com/angular-extensions/model/compare/v10.0.1...v11.0.0) (2021-09-20)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **dependencies:** - peer dependencies updated to work in Angular 11 ecosystem
11+
12+
### Features
13+
14+
* **dependencies:** upgrade to Angular 11, Typescript 4.1 ([6fc5a78](https://github.com/angular-extensions/model/commit/6fc5a78ad748485a9e0d9ae776ec9072ef3bae8a))
15+
516
<a name="10.0.1"></a>
617
## [10.0.1](https://github.com/angular-extensions/model/compare/v10.0.0...v10.0.1) (2020-07-30)
718

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-extensions/model",
3-
"version": "10.0.1",
3+
"version": "11.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)