diff --git a/CHANGELOG.md b/CHANGELOG.md index 5579851..15bd94d 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. +### [0.11.10](https://github.com/StanGirard/YATAS/compare/v0.11.9...v0.11.10) (2022-09-26) + + +### Features + +* **plugins:** added checks results in interface passed to plugins ([894ab98](https://github.com/StanGirard/YATAS/commit/894ab98bb9bb52b3a34f60db800be72035fb3407)) + ### [0.11.9](https://github.com/StanGirard/YATAS/compare/v0.11.8...v0.11.9) (2022-09-23) diff --git a/package.json b/package.json index 2137c2b..70db788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yatas", - "version": "0.11.9", + "version": "0.11.10", "description": "Yet Another Testing & Auditing Solution", "scripts": { "release": "standard-version"