Skip to content

Commit 09dbc33

Browse files
committed
chore(release): 4.0.1
1 parent 1f4cd3a commit 09dbc33

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1](https://github.com/ngneat/reactive-forms/compare/v4.0.0...v4.0.1) (2021-11-27)
6+
7+
8+
### Bug Fixes
9+
10+
* 🐛 fix peer dep of rxjs ([1f4cd3a](https://github.com/ngneat/reactive-forms/commit/1f4cd3a9fea9bc157d635439fe897b7696f84386)), closes [#126](https://github.com/ngneat/reactive-forms/issues/126)
11+
512
## [4.0.0](https://github.com/ngneat/reactive-forms/compare/v3.1.4...v4.0.0) (2021-11-20)
613

714

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": "4.0.0",
4+
"version": "4.0.1",
55
"keywords": [
66
"angular",
77
"angular 2",
@@ -33,4 +33,4 @@
3333
"type": "git",
3434
"url": "https://github.com/ngneat/reactive-forms"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)