From ce9e95b22fb7f27be12f292fe126b437ba7f39ae Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Tue, 25 Oct 2022 18:28:47 +0200 Subject: [PATCH] chore(release): 1.3.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1b10a..05d635b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3.1](https://github.com/padok-team/YATAS/compare/v1.3.0...v1.3.1) (2022-10-25) + + +### Bug Fixes + +* fix yatas-aws plugin source ([#84](https://github.com/padok-team/YATAS/issues/84)) ([a7cc241](https://github.com/padok-team/YATAS/commit/a7cc2413fa9ed8cedaa84e8ce3615b34eb795432)) +* **name:** changed name ([f822e58](https://github.com/padok-team/YATAS/commit/f822e580155ebd14f0ea218173e84864d1396d65)) + ## [1.3.0](https://github.com/padok-team/YATAS/compare/v1.2.0...v1.3.0) (2022-10-12) diff --git a/package.json b/package.json index db7f213..5138822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yatas", - "version": "1.3.0", + "version": "1.3.1", "description": "Yet Another Testing & Auditing Solution", "scripts": { "release": "standard-version"