From bd16fe92982d54640ca6061977f0e04320a72d04 Mon Sep 17 00:00:00 2001 From: AWS Solutions Constructs Automation Date: Mon, 26 Aug 2024 23:15:16 +0000 Subject: [PATCH 1/2] chore(release): 2.67.0 --- CHANGELOG.md | 2 ++ source/lerna.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae73e300..6101313cf 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. +## [2.67.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.65.0...v2.67.0) (2024-08-26) + ## [2.66.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.65.0...v2.66.0) (2024-08-22) Built on CDK v2.151.0 diff --git a/source/lerna.json b/source/lerna.json index 5036fbb63..671aa85da 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.66.0" + "version": "2.67.0" } From 21e7476deadfb82df4f22c5ba09b21f38e613be4 Mon Sep 17 00:00:00 2001 From: biffgaut Date: Mon, 26 Aug 2024 19:16:21 -0400 Subject: [PATCH 2/2] chore(changelog): Updated CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6101313cf..6506a3734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,18 @@ All notable changes to this project will be documented in this file. See [standa ## [2.67.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.65.0...v2.67.0) (2024-08-26) +Built on CDK v2.151.0 + +There are no other changes in this release, we are testing our upgraded release pipeline + ## [2.66.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.65.0...v2.66.0) (2024-08-22) Built on CDK v2.151.0 There are no other changes in this release, we are testing our upgraded release pipeline +It will not be published to npm, pypi nor maven + ## [2.65.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.64.0...v2.65.0) (2024-08-11) Built on CDK v2.150.0