From 7cafde11ad89c1aae6934fa710dce7e2b339f413 Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Tue, 24 Oct 2023 18:30:21 +0000 Subject: [PATCH] chore(release): 1.91.0 --- CHANGELOG.md | 2 ++ lerna.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 413f233e35..930fc7c2bb 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.91.0](https://github.com/aws/jsii/compare/v1.90.0...v1.91.0) (2023-10-24) + ## [1.90.0](https://github.com/aws/jsii/compare/v1.89.0...v1.90.0) (2023-10-06) ## [1.89.0](https://github.com/aws/jsii/compare/v1.88.0...v1.89.0) (2023-09-20) diff --git a/lerna.json b/lerna.json index dd619c8461..aa79516c86 100644 --- a/lerna.json +++ b/lerna.json @@ -12,6 +12,6 @@ "rejectCycles": true } }, - "version": "1.90.0", + "version": "1.91.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }