From 3fc147d88ff9347e28b6e608f0f15531db4cfcbf Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Mon, 16 Dec 2024 17:04:49 +0000 Subject: [PATCH] chore(release): 1.106.0 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31545910b2..9c908c603a 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.106.0](https://github.com/aws/jsii/compare/v1.105.0...v1.106.0) (2024-12-16) + + +### Features + +* **pacmak:** support jsii-rosetta 5.7 ([#4718](https://github.com/aws/jsii/issues/4718)) ([c4f52a7](https://github.com/aws/jsii/commit/c4f52a7fbde25e124b64afea4a1884c6f1f0ded2)) + ## [1.105.0](https://github.com/aws/jsii/compare/v1.104.0...v1.105.0) (2024-11-14) diff --git a/lerna.json b/lerna.json index da53b2987d..6ded314a31 100644 --- a/lerna.json +++ b/lerna.json @@ -12,6 +12,6 @@ "rejectCycles": true } }, - "version": "1.105.0", + "version": "1.106.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }