From 67aa904258ddba69cd329e4370519eb5f8bc8c3d Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Fri, 14 Apr 2023 14:46:52 +0200 Subject: [PATCH] chore(release): 1.5.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"