From 63f24d7ce6e5bd21445e2185869c4fed4074a4ac Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Mon, 3 Jun 2024 12:19:55 +0000 Subject: [PATCH] chore(release): 1.99.0 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8675fd053..5e5326f04b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.99.0](https://github.com/aws/jsii/compare/v1.98.0...v1.99.0) (2024-06-03) + + +### Bug Fixes + +* **jsii-config:** update jsii-config and docs with latest settings ([#4515](https://github.com/aws/jsii/issues/4515)) ([6e00874](https://github.com/aws/jsii/commit/6e00874c9a70890b9291a4fa534eb497e7a186f9)) + ## [1.98.0](https://github.com/aws/jsii/compare/v1.97.0...v1.98.0) (2024-04-30) diff --git a/lerna.json b/lerna.json index f3f091a5c1..c07eb2e95e 100644 --- a/lerna.json +++ b/lerna.json @@ -12,6 +12,6 @@ "rejectCycles": true } }, - "version": "1.98.0", + "version": "1.99.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }