Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Nov 20, 2021
1 parent 26dab48 commit 6d64139
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.0](https://github.com/ngneat/reactive-forms/compare/v3.1.4...v4.0.0) (2021-11-20)


### ⚠ BREAKING CHANGES

* 🧨 The library now requires Angular v13

### Features

* 🎸 upgrade to Angular v13 ([26dab48](https://github.com/ngneat/reactive-forms/commit/26dab48955ce3ca81d572cd76934d98ab3f8c718)), closes [#117](https://github.com/ngneat/reactive-forms/issues/117)

### [3.1.4](https://github.com/ngneat/reactive-forms/compare/v3.1.3...v3.1.4) (2021-11-17)


Expand Down
4 changes: 2 additions & 2 deletions libs/reactive-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ngneat/reactive-forms",
"description": "(Angular Reactive) Forms with Benefits",
"version": "3.1.4",
"version": "4.0.0",
"keywords": [
"angular",
"angular 2",
Expand Down Expand Up @@ -32,4 +32,4 @@
"type": "git",
"url": "https://github.com/ngneat/reactive-forms"
}
}
}

0 comments on commit 6d64139

Please sign in to comment.