From 455aadafee070f812877cf774e3528555c074e65 Mon Sep 17 00:00:00 2001 From: Netanel Basal Date: Fri, 10 Jun 2022 18:49:59 +0300 Subject: [PATCH] chore(release): 5.0.0 --- CHANGELOG.md | 11 +++++++++++ libs/reactive-forms/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f982f..589bc33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [5.0.0](https://github.com/ngneat/reactive-forms/compare/v4.1.0...v5.0.0) (2022-06-10) + + +### ⚠ BREAKING CHANGES + +* The library now requires Angular v14 + +### Features + +* upgrade to Angular 14 ([9677e32](https://github.com/ngneat/reactive-forms/commit/9677e3220817d84a0da8097b9034bb21adbea14e)), closes [#164](https://github.com/ngneat/reactive-forms/issues/164) + ## [4.1.0](https://github.com/ngneat/reactive-forms/compare/v4.0.4...v4.1.0) (2022-04-10) diff --git a/libs/reactive-forms/package.json b/libs/reactive-forms/package.json index 060dd60..1aa8a76 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.1.0", + "version": "5.0.0", "keywords": [ "angular", "angular 2",