Skip to content

Commit 6d64139

Browse files
committed
chore(release): 4.0.0
1 parent 26dab48 commit 6d64139

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [4.0.0](https://github.com/ngneat/reactive-forms/compare/v3.1.4...v4.0.0) (2021-11-20)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* 🧨 The library now requires Angular v13
11+
12+
### Features
13+
14+
* 🎸 upgrade to Angular v13 ([26dab48](https://github.com/ngneat/reactive-forms/commit/26dab48955ce3ca81d572cd76934d98ab3f8c718)), closes [#117](https://github.com/ngneat/reactive-forms/issues/117)
15+
516
### [3.1.4](https://github.com/ngneat/reactive-forms/compare/v3.1.3...v3.1.4) (2021-11-17)
617

718

libs/reactive-forms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ngneat/reactive-forms",
33
"description": "(Angular Reactive) Forms with Benefits",
4-
"version": "3.1.4",
4+
"version": "4.0.0",
55
"keywords": [
66
"angular",
77
"angular 2",
@@ -32,4 +32,4 @@
3232
"type": "git",
3333
"url": "https://github.com/ngneat/reactive-forms"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)