diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fee79b..f464441 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. +### [1.5.1](https://github.com/padok-team/YATAS/compare/v1.5.0...v1.5.1) (2023-04-14) + + +### Bug Fixes + +* **refacto:** added missing function addchecks ([30b3afc](https://github.com/padok-team/YATAS/commit/30b3afc59f8804d2211a1ab8f53cabe98216485d)) + ## [1.5.0](https://github.com/padok-team/YATAS/compare/v1.4.2...v1.5.0) (2023-04-14) diff --git a/package.json b/package.json index 42ca173..88643d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yatas", - "version": "1.5.0", + "version": "1.5.1", "description": "Yet Another Testing & Auditing Solution", "scripts": { "release": "standard-version"