Skip to content

Commit fa1606c

Browse files
authored
2 parents 7426684 + 6a52988 commit fa1606c

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/docker-images.yml

+5
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,15 @@ jobs:
143143
run: |-
144144
echo "value=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
145145
146+
- name: Show Available Disk Space
147+
run: df -h && du -h
148+
- name: Free Disk Space
149+
uses: jlumbroso/[email protected]
146150
- name: Build Image
147151
if: steps.should-run.outputs.result == 'true'
148152
run: |-
149153
docker buildx build \
154+
--quiet \
150155
--builder ${{ steps.buildx.outputs.name }} \
151156
--platform linux/amd64,linux/arm64 \
152157
--target superchain \

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.95.0](https://github.com/aws/jsii/compare/v1.94.0...v1.95.0) (2024-02-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **jsii-pacmak:** show custom pack-command in timer label ([#4392](https://github.com/aws/jsii/issues/4392)) ([3c1b4b1](https://github.com/aws/jsii/commit/3c1b4b18055b53703e829b5cf96cf4e799f83cde))
11+
512
## [1.94.0](https://github.com/aws/jsii/compare/v1.93.0...v1.94.0) (2024-01-09)
613

714

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"rejectCycles": true
1313
}
1414
},
15-
"version": "1.94.0",
15+
"version": "1.95.0",
1616
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1717
}

0 commit comments

Comments
 (0)