diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d398cd..a4fa4a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [14.1.0](https://github.com/TNG/ngqp/compare/v14.0.0...v14.1.0) (2022-04-05) + + +### Features + +* **core:** add serializeAll / deserializeAll ([460ad28](https://github.com/TNG/ngqp/commit/460ad2896e6710156e3e3af0d56d131e0052c057)), closes [#145](https://github.com/TNG/ngqp/issues/145) + ## [14.0.0](https://github.com/TNG/ngqp/compare/v1.2.0...v14.0.0) (2022-03-03) diff --git a/projects/ngqp/core/package.json b/projects/ngqp/core/package.json index 567e4a3..7feb159 100644 --- a/projects/ngqp/core/package.json +++ b/projects/ngqp/core/package.json @@ -1,6 +1,6 @@ { "name": "@ngqp/core", - "version": "14.0.0", + "version": "14.1.0", "description": "Synchronizing form controls with the URL for Angular", "homepage": "https://ngqp.io", "author": "Ingo Bürk",