Skip to content

Commit 9934adc

Browse files
authored
chore(merge-back): 1.119.0 (#4980)
See [CHANGELOG](https://github.com/aws/jsii/blob/merge-back/1.119.0/CHANGELOG.md)
2 parents 65c0229 + 1634eac commit 9934adc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.119.0](https://github.com/aws/jsii/compare/v1.118.0...v1.119.0) (2025-11-10)
6+
7+
8+
### Features
9+
10+
* **jsii-diff:** remap old to new FQNs ([#4976](https://github.com/aws/jsii/issues/4976)) ([d7c083d](https://github.com/aws/jsii/commit/d7c083d9a958ddb6205ae0237d032c818668d471))
11+
* **jsii-reflect:** can jqii-query on `fqn` field ([#4975](https://github.com/aws/jsii/issues/4975)) ([86995e5](https://github.com/aws/jsii/commit/86995e544528d19f91631e7acff1d744a2383ae1))
12+
13+
14+
### Bug Fixes
15+
16+
* **jsii-pacmak:** Python interfaces sometimes violate MRO ([#4973](https://github.com/aws/jsii/issues/4973)) ([cfb6580](https://github.com/aws/jsii/commit/cfb658077b8f3f7e464a50f5d17f5594a77e9029))
17+
* **jsii-reflect:** advertise `jsii-query` via `bin` entry of `package.json` ([#4974](https://github.com/aws/jsii/issues/4974)) ([b6c0a35](https://github.com/aws/jsii/commit/b6c0a3511705bc6e021ce23ea1d480552a7cdfaa))
18+
519
## [1.118.0](https://github.com/aws/jsii/compare/v1.117.0...v1.118.0) (2025-10-29)
620

721

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

0 commit comments

Comments
 (0)