Skip to content

Commit 22ea500

Browse files
authored
chore(merge-back): 1.113.0 (#4877)
See [CHANGELOG](https://github.com/aws/jsii/blob/merge-back/1.113.0/CHANGELOG.md)
2 parents 00c0883 + fbf579a commit 22ea500

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## [1.113.0](https://github.com/aws/jsii/compare/v1.112.0...v1.113.0) (2025-07-31)
6+
7+
8+
### Features
9+
10+
* bump go version to `1.23` ([#4867](https://github.com/aws/jsii/issues/4867)) ([cdd0724](https://github.com/aws/jsii/commit/cdd07248dea6bc4d1d816342c5839ebd684b8414)), closes [/github.com/aws/jsii-superchain/blob/main/superchain/Dockerfile#L87](https://github.com/aws//github.com/aws/jsii-superchain/blob/main/superchain/Dockerfile/issues/L87)
11+
12+
13+
### Bug Fixes
14+
15+
* **check-node:** align with CDK Node.js versions support policy ([#4865](https://github.com/aws/jsii/issues/4865)) ([90915fa](https://github.com/aws/jsii/commit/90915fa0ca8d95d1505a46920dafa6fd9c397c34))
16+
* **jsii-pacmak:** incorrect casing for class namespaces in other module ([#4852](https://github.com/aws/jsii/issues/4852)) ([79ade62](https://github.com/aws/jsii/commit/79ade6248a0ca89defc26b50b1c0fea3e087f321))
17+
* **mergify:** disable speculative checks to prevent race conditions ([#4869](https://github.com/aws/jsii/issues/4869)) ([e1e0ee3](https://github.com/aws/jsii/commit/e1e0ee3a8b2e034a4fe9cbdc0f3522300b717bac))
18+
* use pypa/build to create Python sdists and wheels ([#4850](https://github.com/aws/jsii/issues/4850)) ([49b5d3a](https://github.com/aws/jsii/commit/49b5d3a03f15c70c35754a8fa09aa511846457dc))
19+
520
## [1.112.0](https://github.com/aws/jsii/compare/v1.111.0...v1.112.0) (2025-05-07)
621

722

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"rejectCycles": true
1313
}
1414
},
15-
"version": "1.112.0",
15+
"version": "1.113.0",
1616
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1717
}

0 commit comments

Comments
 (0)