Skip to content

Commit 2544ff9

Browse files
committed
chore(release): 3.1.3
1 parent 67a5490 commit 2544ff9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [3.1.3](https://github.com/ngneat/reactive-forms/compare/v3.1.1...v3.1.3) (2021-10-28)
6+
7+
8+
### Bug Fixes
9+
10+
* 🐛 fix type of enable disable ([67a5490](https://github.com/ngneat/reactive-forms/commit/67a549046ffa874048d1cdeb9c35185be8f3a243)), closes [#115](https://github.com/ngneat/reactive-forms/issues/115)
11+
* 🐛 fix type of status$ property ([a106a3e](https://github.com/ngneat/reactive-forms/commit/a106a3e79569b085c101155ec3c946b8c2276fdf)), closes [#113](https://github.com/ngneat/reactive-forms/issues/113)
12+
513
### [3.1.2](https://github.com/ngneat/reactive-forms/compare/v3.1.1...v3.1.2) (2021-10-25)
614

715

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": "3.1.2",
4+
"version": "3.1.3",
55
"keywords": [
66
"angular",
77
"angular 2",

0 commit comments

Comments
 (0)