Skip to content

Commit 7811352

Browse files
committed
chore(release): 2.2.0
1 parent 03c63c5 commit 7811352

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [2.2.0](https://github.com/ngneat/forms-manager/compare/v2.1.2...v2.2.0) (2020-09-27)
6+
7+
### Features
8+
9+
- **lib:** add getInitialValue() function ([c7b134f](https://github.com/ngneat/forms-manager/commit/c7b134f2a1472680dd99ce0855e1eb11a77f01e8)), closes [#15](https://github.com/ngneat/forms-manager/issues/15)
10+
11+
### Bug Fixes
12+
13+
- add unit tests ([a5fcdbd](https://github.com/ngneat/forms-manager/commit/a5fcdbda41bd470c411d192b06c297c85eed0e38))
14+
- do not debounce for update on blur ([edd5fb0](https://github.com/ngneat/forms-manager/commit/edd5fb07274ddc23e1585acd281c4dd9c06e86aa))
15+
516
### [2.1.2](https://github.com/ngneat/forms-manager/compare/v2.1.0...v2.1.2) (2020-06-15)
617

718
### Bug Fixes

projects/ngneat/forms-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngneat/forms-manager",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Forms Manager library for Angular",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)