From 071d349cb6a0c2e1d48bf2578853081054a63de4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Jun 2022 11:03:24 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=201.2.0=20=F0=9F=9A=80=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.2.0](https://github.com/fourTheorem/slic-starter/compare/1.1.0...1.2.0) (2022-06-28) ### Features * **user-service:** use aws-sdk v3 ([49a93e1](https://github.com/fourTheorem/slic-starter/commit/49a93e182373b792d726f1365d0f1fc6c3fe6d0e)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9ef593f4..971102f3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/fourTheorem/slic-starter/compare/1.1.0...1.2.0) (2022-06-28) + + +### Features + +* **user-service:** use aws-sdk v3 ([49a93e1](https://github.com/fourTheorem/slic-starter/commit/49a93e182373b792d726f1365d0f1fc6c3fe6d0e)) + # [1.1.0](https://github.com/fourTheorem/slic-starter/compare/1.0.0...1.1.0) (2022-06-28) diff --git a/package.json b/package.json index 2b768ba7..5947d51c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slic-starter", - "version": "1.1.0", + "version": "1.2.0", "description": "A complete serverless starter application", "engines": { "node": ">=16.15" @@ -48,7 +48,11 @@ "@commitlint/config-conventional" ], "rules": { - "body-max-line-length": [0, "always", 200] + "body-max-line-length": [ + 0, + "always", + 200 + ] } }, "release": {