From b67142a7870209f28cbecca082cec50d47e9ad6b Mon Sep 17 00:00:00 2001 From: AWS CDK Team Date: Fri, 22 May 2026 08:40:01 +0000 Subject: [PATCH] chore(release): 1.132.0 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 628718b461..fa75874f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.132.0](https://github.com/aws/jsii/compare/v1.131.0...v1.132.0) (2026-05-22) + + +### Bug Fixes + +* **kernel:** forward only declared arguments to language overrides ([#5126](https://github.com/aws/jsii/issues/5126)) ([8945287](https://github.com/aws/jsii/commit/8945287729029ccc0535b83da10740a342c14704)), closes [#5125](https://github.com/aws/jsii/issues/5125) +* **kernel:** unsafe JSON.stringify on circular arguments hides original error ([#5125](https://github.com/aws/jsii/issues/5125)) ([8f00f85](https://github.com/aws/jsii/commit/8f00f85b4a7f541f79a967d942605ac7200f2396)) + ## [1.131.0](https://github.com/aws/jsii/compare/v1.130.0...v1.131.0) (2026-05-19) diff --git a/lerna.json b/lerna.json index 151fd8a5fb..dc17ab800a 100644 --- a/lerna.json +++ b/lerna.json @@ -12,6 +12,6 @@ "rejectCycles": true } }, - "version": "1.131.0", + "version": "1.132.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" }