Skip to content

Commit 70c1b02

Browse files
authored
chore(merge-back): 1.117.0 (#4958)
See [CHANGELOG](https://github.com/aws/jsii/blob/merge-back/1.117.0/CHANGELOG.md)
2 parents 17bf498 + b8499c7 commit 70c1b02

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.117.0](https://github.com/aws/jsii/compare/v1.116.0...v1.117.0) (2025-10-22)
6+
7+
8+
### Features
9+
10+
* support class covariant overrides in kernel, tools and docs ([#4925](https://github.com/aws/jsii/issues/4925)) ([cf4a0b6](https://github.com/aws/jsii/commit/cf4a0b6f2789705ea63df9f305a7ea721c84baf0))
11+
12+
13+
### Bug Fixes
14+
15+
* **jsii-reflect:** statically guarantee JsiiFeature subset ([#4956](https://github.com/aws/jsii/issues/4956)) ([17bf498](https://github.com/aws/jsii/commit/17bf498bfb744ac080d2f7ee14a308d8cf81f174))
16+
517
## [1.116.0](https://github.com/aws/jsii/compare/v1.115.0...v1.116.0) (2025-10-14)
618

719

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.116.0",
15+
"version": "1.117.0",
1616
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1717
}

0 commit comments

Comments
 (0)