From 3bb2fe627df8efe1e83eb63b053e70053408bd2d Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Mon, 24 Feb 2025 10:56:55 +0000 Subject: [PATCH] chore(release): 1.108.0 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e49ac38d5..b9a695aa76 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.108.0](https://github.com/aws/jsii/compare/v1.107.0...v1.108.0) (2025-02-24) + + +### Bug Fixes + +* Python publishing fails on some Python distributions ([#4776](https://github.com/aws/jsii/issues/4776)) ([65c7c10](https://github.com/aws/jsii/commit/65c7c10c9d4ec83578a44444b5c916560a16571d)) + ## [1.107.0](https://github.com/aws/jsii/compare/v1.106.0...v1.107.0) (2025-02-20) diff --git a/lerna.json b/lerna.json index 2dea5d8ee7..4d35dce0ff 100644 --- a/lerna.json +++ b/lerna.json @@ -12,6 +12,6 @@ "rejectCycles": true } }, - "version": "1.107.0", + "version": "1.108.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }