diff --git a/.changeset/afraid-lemons-protect.md b/.changeset/afraid-lemons-protect.md deleted file mode 100644 index 3fd54a48d..000000000 --- a/.changeset/afraid-lemons-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'skuba': patch ---- - -configure: Fix crash during detecting whether the working tree is clean diff --git a/.changeset/late-suits-look.md b/.changeset/late-suits-look.md deleted file mode 100644 index e20cf3249..000000000 --- a/.changeset/late-suits-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'skuba': patch ---- - -template/lambda-sqs-worker-cdk: Upgrade `aws-cdk` and `aws-cdk-lib` to `^2.167.1` diff --git a/.changeset/quick-dragons-punch.md b/.changeset/quick-dragons-punch.md deleted file mode 100644 index d14eab656..000000000 --- a/.changeset/quick-dragons-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'skuba': patch ---- - -template/lambda-sqs-worker-cdk: Fix failing unit test and add `start` command diff --git a/CHANGELOG.md b/CHANGELOG.md index 45253b73c..75ab17f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # skuba +## 9.1.1 + +### Patch Changes + +- **configure:** Fix crash during detecting whether the working tree is clean ([#1737](https://github.com/seek-oss/skuba/pull/1737)) + +- **template/lambda-sqs-worker-cdk:** Upgrade `aws-cdk` and `aws-cdk-lib` to `^2.167.1` ([#1740](https://github.com/seek-oss/skuba/pull/1740)) + +- **template/lambda-sqs-worker-cdk:** Fix failing unit test and add `start` command ([#1724](https://github.com/seek-oss/skuba/pull/1724)) + ## 9.1.0 ### Minor Changes diff --git a/package.json b/package.json index 9ea85df14..66bd189ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skuba", - "version": "9.1.0", + "version": "9.1.1", "private": false, "description": "SEEK development toolkit for backend applications and packages", "homepage": "https://github.com/seek-oss/skuba#readme",