Skip to content

Commit 8971dd0

Browse files
authored
chore(merge-back): 1.118.0 (#4969)
See [CHANGELOG](https://github.com/aws/jsii/blob/merge-back/1.118.0/CHANGELOG.md)
2 parents f040d3e + 02eec31 commit 8971dd0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.118.0](https://github.com/aws/jsii/compare/v1.117.0...v1.118.0) (2025-10-29)
6+
7+
8+
### Features
9+
10+
* **jsii-reflect:** add a jsii-query tool ([#4952](https://github.com/aws/jsii/issues/4952)) ([f040d3e](https://github.com/aws/jsii/commit/f040d3e97735c7f66a2c230d37c7fba0cf72fe9d))
11+
12+
13+
### Bug Fixes
14+
15+
* covariant method overrides break Go compilation ([#4967](https://github.com/aws/jsii/issues/4967)) ([2c39079](https://github.com/aws/jsii/commit/2c39079cb2eab7c2192f0d50aa9b280e5c96c826))
16+
* type intersections are missing dependencies in Go ([#4965](https://github.com/aws/jsii/issues/4965)) ([ee67cc9](https://github.com/aws/jsii/commit/ee67cc977387459f2ee212b0fabf6e082653c592))
17+
518
## [1.117.0](https://github.com/aws/jsii/compare/v1.116.0...v1.117.0) (2025-10-22)
619

720

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

0 commit comments

Comments
 (0)