From 583a9a9b1e2a9991f28f13320cef8f1656ebee43 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Tue, 11 Apr 2023 19:30:55 +0200 Subject: [PATCH] chore(release): 1.8.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afe599..dfe3c86 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.8.1](https://github.com/padok-team/yatas-aws/compare/v1.8.0...v1.8.1) (2023-04-11) + + +### Bug Fixes + +* **lambda:** check if not null ([3f70700](https://github.com/padok-team/yatas-aws/commit/3f70700322cb16b3f79d1786669b58320b3cbfc8)) + ## [1.8.0](https://github.com/padok-team/yatas-aws/compare/v1.7.0...v1.8.0) (2023-04-10) diff --git a/package.json b/package.json index e5c599c..0d8c313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yatas-aws", - "version": "1.8.0", + "version": "1.8.1", "description": "Yet Another Testing & Auditing Solution", "scripts": { "release": "standard-version"