diff --git a/.changeset/healthy-actors-compare.md b/.changeset/healthy-actors-compare.md deleted file mode 100644 index a27136b94..000000000 --- a/.changeset/healthy-actors-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'skuba': minor ---- - -deps: Drop `strip-ansi` dependency in lieu of [`util.stripVTControlCharacters`](https://nodejs.org/api/util.html#utilstripvtcontrolcharactersstr) diff --git a/.changeset/hot-worms-decide.md b/.changeset/hot-worms-decide.md deleted file mode 100644 index e4e42d06c..000000000 --- a/.changeset/hot-worms-decide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'skuba': patch ---- - -template/lambda-sqs-worker-cdk: Align template with Serverless template - -This adds the same boilerplate code available in `lambda-sqs-worker` along with Datadog integration. diff --git a/.changeset/renovate-9bd2772.md b/.changeset/renovate-9bd2772.md deleted file mode 100644 index 1e677ada0..000000000 --- a/.changeset/renovate-9bd2772.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'skuba': patch ---- - -deps: libnpmsearch ^8.0.0 diff --git a/.changeset/strange-cameras-brake.md b/.changeset/strange-cameras-brake.md deleted file mode 100644 index c3412069d..000000000 --- a/.changeset/strange-cameras-brake.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'skuba': minor ---- - -lint, format, template: Use pinned `pnpm` version in Dockerfiles - -This fixes an issue where `pnpm` commands in Dockerfiles incorrectly use the latest pnpm version instead of the pinned version. diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fce7e1d..110e67899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # skuba +## 9.1.0 + +### Minor Changes + +- **deps:** Drop `strip-ansi` dependency in lieu of [`util.stripVTControlCharacters`](https://nodejs.org/api/util.html#utilstripvtcontrolcharactersstr) ([#1713](https://github.com/seek-oss/skuba/pull/1713)) + +- **lint, format, template:** Use pinned `pnpm` version in Dockerfiles ([#1714](https://github.com/seek-oss/skuba/pull/1714)) + + This fixes an issue where `pnpm` commands in Dockerfiles incorrectly use the latest pnpm version instead of the pinned version. + +### Patch Changes + +- **template/lambda-sqs-worker-cdk:** Align template with Serverless template ([#1577](https://github.com/seek-oss/skuba/pull/1577)) + + This adds the same boilerplate code available in `lambda-sqs-worker` along with Datadog integration. + +- **deps:** libnpmsearch ^8.0.0 ([#1698](https://github.com/seek-oss/skuba/pull/1698)) + ## 9.0.1 ### Patch Changes diff --git a/package.json b/package.json index e3cb0485c..8fdd1c755 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skuba", - "version": "9.0.1", + "version": "9.1.0", "private": false, "description": "SEEK development toolkit for backend applications and packages", "homepage": "https://github.com/seek-oss/skuba#readme", @@ -171,6 +171,6 @@ "entryPoint": "src/index.ts", "template": null, "type": "package", - "version": "9.0.0" + "version": "9.1.0" } }