Skip to content

Commit 4e7622b

Browse files
committed
chore(release): 4.1.0
1 parent 00329f5 commit 4e7622b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.1.0](https://github.com/ngneat/reactive-forms/compare/v4.0.4...v4.1.0) (2022-04-10)
6+
7+
8+
### Features
9+
10+
* **reactive-forms:** add invalid$ and valid$ ([f232fa1](https://github.com/ngneat/reactive-forms/commit/f232fa139eca7851d2643adc55e3fe7bf24de367))
11+
12+
13+
### Bug Fixes
14+
15+
* readme typo ([2a0358f](https://github.com/ngneat/reactive-forms/commit/2a0358fbbcf02e245808d41200ccecdfb9544269))
16+
517
### [4.0.4](https://github.com/ngneat/reactive-forms/compare/v4.0.3...v4.0.4) (2022-01-12)
618

719

libs/reactive-forms/package.json

Lines changed: 1 addition & 1 deletion
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.4",
4+
"version": "4.1.0",
55
"keywords": [
66
"angular",
77
"angular 2",

0 commit comments

Comments
 (0)