diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0e530..b52483e 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. +### [5.0.2](https://github.com/ngneat/reactive-forms/compare/v5.0.1...v5.0.2) (2022-12-04) + + +### Bug Fixes + +* markAsTouched typings to hadnle onlySelf argument ([d8352ea](https://github.com/ngneat/reactive-forms/commit/d8352ea0692ba17d48d1dbd3103ac88469380360)) + ### [5.0.1](https://github.com/ngneat/reactive-forms/compare/v5.0.0...v5.0.1) (2022-08-03) diff --git a/libs/reactive-forms/package.json b/libs/reactive-forms/package.json index 42edb66..556aa48 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": "5.0.1", + "version": "5.0.2", "keywords": [ "angular", "angular 2",