From bc3593342eec6b6897d3b861c5d84a8020b34f0f Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Tue, 27 Aug 2024 17:27:30 +0000 Subject: [PATCH] chore(release): 1.103.0 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543abcecc2..158316e59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.103.0](https://github.com/aws/jsii/compare/v1.102.0...v1.103.0) (2024-08-27) + + +### Features + +* **pacmak:** allow `typeguard==3.x` and `typeguard==4.x` ([#4611](https://github.com/aws/jsii/issues/4611)) ([32ae5b0](https://github.com/aws/jsii/commit/32ae5b017e8c4a889ff64b68dc5809e856d98b34)) + + +### Bug Fixes + +* **pacmak:** support jsii-rosetta 5.5 ([#4619](https://github.com/aws/jsii/issues/4619)) ([9ecea56](https://github.com/aws/jsii/commit/9ecea560bef8e0196c9a4874110c19e946f3b3ea)) + ## [1.102.0](https://github.com/aws/jsii/compare/v1.101.0...v1.102.0) (2024-08-02) ## [1.101.0](https://github.com/aws/jsii/compare/v1.100.0...v1.101.0) (2024-06-26) diff --git a/lerna.json b/lerna.json index 69128bc9e2..e77f0c1658 100644 --- a/lerna.json +++ b/lerna.json @@ -12,6 +12,6 @@ "rejectCycles": true } }, - "version": "1.102.0", + "version": "1.103.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }