From 4e7622b86ab02fee0f46a3327df8e976a912680d Mon Sep 17 00:00:00 2001 From: Netanel Basal Date: Sun, 10 Apr 2022 23:08:10 +0300 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 12 ++++++++++++ libs/reactive-forms/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ecbeb..75f982f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.1.0](https://github.com/ngneat/reactive-forms/compare/v4.0.4...v4.1.0) (2022-04-10) + + +### Features + +* **reactive-forms:** add invalid$ and valid$ ([f232fa1](https://github.com/ngneat/reactive-forms/commit/f232fa139eca7851d2643adc55e3fe7bf24de367)) + + +### Bug Fixes + +* readme typo ([2a0358f](https://github.com/ngneat/reactive-forms/commit/2a0358fbbcf02e245808d41200ccecdfb9544269)) + ### [4.0.4](https://github.com/ngneat/reactive-forms/compare/v4.0.3...v4.0.4) (2022-01-12) diff --git a/libs/reactive-forms/package.json b/libs/reactive-forms/package.json index a6aa1ca..d6ca076 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.4", + "version": "4.1.0", "keywords": [ "angular", "angular 2",