diff --git a/CHANGELOG.md b/CHANGELOG.md index 1179682..4f77083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [4.0.2](https://github.com/ngneat/reactive-forms/compare/v4.0.1...v4.0.2) (2021-12-02) + + +### Bug Fixes + +* 🐛 remove redundant peer deps ([e795e69](https://github.com/ngneat/reactive-forms/commit/e795e69bc1a3d0a139a693cccc519883e3029f4d)), closes [#130](https://github.com/ngneat/reactive-forms/issues/130) + ### [4.0.1](https://github.com/ngneat/reactive-forms/compare/v4.0.0...v4.0.1) (2021-11-27) diff --git a/libs/reactive-forms/package.json b/libs/reactive-forms/package.json index a71c0b2..1e6b0a6 100644 --- a/libs/reactive-forms/package.json +++ b/libs/reactive-forms/package.json @@ -1,7 +1,7 @@ { "name": "@ngneat/reactive-forms", "description": "(Angular Reactive) Forms with Benefits", - "version": "4.0.1", + "version": "4.0.2", "keywords": [ "angular", "angular 2", @@ -32,4 +32,4 @@ "type": "git", "url": "https://github.com/ngneat/reactive-forms" } -} \ No newline at end of file +}