Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit e9d56ff

Browse files
committed
Update dependencies
1 parent 48d3f10 commit e9d56ff

File tree

5 files changed

+2355
-2461
lines changed

5 files changed

+2355
-2461
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
- name: Upload artefact
5555
run: npm run deploy
5656
env:
57-
CFN_BUCKET: ${{ secrets.CFN_BUCKET }}
57+
CFN_BUCKET: ${{ secrets.CFN_BUCKET }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
body: |
5555
See the commits for a list of features included in this release
5656
draft: false
57-
prerelease: false
57+
prerelease: false

src/cfn/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Globals:
1010
Environment:
1111
Variables:
1212
REGION: !Ref AWS::Region
13-
VERSION: "0.5"
13+
VERSION: "0.6"
1414
Api:
1515
EndpointConfiguration: REGIONAL
1616
Cors:

0 commit comments

Comments
 (0)