From 7f3b12a3abee54dd5f48417210dd8dc161dbe05b Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Fri, 14 Apr 2023 14:40:12 +0200 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a494ad3..8fee79b 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.0](https://github.com/padok-team/YATAS/compare/v1.4.2...v1.5.0) (2023-04-14) + + +### Features + +* **refacto:** added examples ([899deb3](https://github.com/padok-team/YATAS/commit/899deb33f77a0b7d4d9face1d1a1b7c2f5c736e7)) + ### [1.4.2](https://github.com/padok-team/YATAS/compare/v1.4.1...v1.4.2) (2023-04-09) diff --git a/package.json b/package.json index b0a0d34..42ca173 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yatas", - "version": "1.4.2", + "version": "1.5.0", "description": "Yet Another Testing & Auditing Solution", "scripts": { "release": "standard-version"