Skip to content

Commit 45cfe2b

Browse files
committed
chore(release): 4.0.2
1 parent e795e69 commit 45cfe2b

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.2](https://github.com/ngneat/reactive-forms/compare/v4.0.1...v4.0.2) (2021-12-02)
6+
7+
8+
### Bug Fixes
9+
10+
* 🐛 remove redundant peer deps ([e795e69](https://github.com/ngneat/reactive-forms/commit/e795e69bc1a3d0a139a693cccc519883e3029f4d)), closes [#130](https://github.com/ngneat/reactive-forms/issues/130)
11+
512
### [4.0.1](https://github.com/ngneat/reactive-forms/compare/v4.0.0...v4.0.1) (2021-11-27)
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.1",
4+
"version": "4.0.2",
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)