From 5946f647fb011e531d081528f383b98e17c14487 Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Wed, 4 Jan 2023 12:29:20 +0000 Subject: [PATCH] chore(release): 1.73.0 --- CHANGELOG.md | 2 ++ lerna.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1922036e..4faf724dd7 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.73.0](https://github.com/aws/jsii/compare/v1.72.0...v1.73.0) (2023-01-04) + ## [1.72.0](https://github.com/aws/jsii/compare/v1.71.0...v1.72.0) (2022-12-05) diff --git a/lerna.json b/lerna.json index 55fabe5803..8eb72046f3 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "rejectCycles": true } }, - "version": "1.72.0" + "version": "1.73.0" }