From 130606734f8d5c19eca3b1ab2e160f67cd8e6960 Mon Sep 17 00:00:00 2001 From: AWS Solutions Constructs Automation Date: Sat, 26 Jun 2021 02:49:39 +0000 Subject: [PATCH] chore(release): 1.109.0 --- CHANGELOG.md | 2 ++ source/lerna.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 675f1c77a..6787a1bcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.109.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.108.1...v1.109.0) (2021-06-26) + ## [1.108.1](https://github.com/awslabs/aws-solutions-constructs/compare/v1.108.0...v1.108.1) (2021-06-26) ### Changed diff --git a/source/lerna.json b/source/lerna.json index 0da1577c2..838b3acb5 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.108.1" + "version": "1.109.0" }