Skip to content

Commit f6ff583

Browse files
author
AWS CDK Team
committed
chore(release): 1.111.0
1 parent 15f748d commit f6ff583

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.111.0](https://github.com/aws/jsii/compare/v1.110.0...v1.111.0) (2025-04-02)
6+
7+
8+
### Bug Fixes
9+
10+
* **java-runtime:** `ErrorStreamSink` crashes with `NullPointerException` ([#4803](https://github.com/aws/jsii/issues/4803)) ([b20be37](https://github.com/aws/jsii/commit/b20be373f55a972155242b7b3893b9e7b49b5006))
11+
* **pacmak:** Find the tarball location on windows even if prepack is run ([#4795](https://github.com/aws/jsii/issues/4795)) ([15f748d](https://github.com/aws/jsii/commit/15f748d9c0f8ccbae418f9e22378b7d4d4c5ed85))
12+
513
## [1.110.0](https://github.com/aws/jsii/compare/v1.109.0...v1.110.0) (2025-03-19)
614

715

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

0 commit comments

Comments
 (0)