Skip to content

Commit bc35933

Browse files
author
AWS CDK Team
committed
chore(release): 1.103.0
1 parent 32ae5b0 commit bc35933

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.103.0](https://github.com/aws/jsii/compare/v1.102.0...v1.103.0) (2024-08-27)
6+
7+
8+
### Features
9+
10+
* **pacmak:** allow `typeguard==3.x` and `typeguard==4.x` ([#4611](https://github.com/aws/jsii/issues/4611)) ([32ae5b0](https://github.com/aws/jsii/commit/32ae5b017e8c4a889ff64b68dc5809e856d98b34))
11+
12+
13+
### Bug Fixes
14+
15+
* **pacmak:** support jsii-rosetta 5.5 ([#4619](https://github.com/aws/jsii/issues/4619)) ([9ecea56](https://github.com/aws/jsii/commit/9ecea560bef8e0196c9a4874110c19e946f3b3ea))
16+
517
## [1.102.0](https://github.com/aws/jsii/compare/v1.101.0...v1.102.0) (2024-08-02)
618

719
## [1.101.0](https://github.com/aws/jsii/compare/v1.100.0...v1.101.0) (2024-06-26)

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

0 commit comments

Comments
 (0)