diff --git a/.changeset/big-snails-accept.md b/.changeset/big-snails-accept.md deleted file mode 100644 index e7bcad576..000000000 --- a/.changeset/big-snails-accept.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'skuba': patch ---- - -deps: Prettier 3.1 - -See the [release notes](https://prettier.io/blog/2023/11/13/3.1.0.html) for more information. diff --git a/.changeset/spotty-nails-jam.md b/.changeset/spotty-nails-jam.md deleted file mode 100644 index 2dbec4d47..000000000 --- a/.changeset/spotty-nails-jam.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'skuba': patch ---- - -template: Update to Node 20 - -Consider upgrading the Node.js version for your project across: - -- `.nvmrc` -- `package.json#/engines/node` -- `serverless.yml` -- `@types/node` package version -- CI/CD configuration (`.buildkite/pipeline.yml`, `Dockerfile`, etc.) - -If you are updating your AWS Lambda runtime to `nodejs20.x`, consider reading the [release announcement](https://aws.amazon.com/blogs/compute/node-js-20-x-runtime-now-available-in-aws-lambda/) as there are some breaking changes with this upgrade. diff --git a/CHANGELOG.md b/CHANGELOG.md index 566bb90d9..0fd3a48d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # skuba +## 7.3.1 + +### Patch Changes + +- **deps:** Prettier 3.1 ([#1314](https://github.com/seek-oss/skuba/pull/1314)) + + See the [release notes](https://prettier.io/blog/2023/11/13/3.1.0.html) for more information. + +- **template:** Update to Node 20 ([#1317](https://github.com/seek-oss/skuba/pull/1317)) + + Consider upgrading the Node.js version for your project across: + + - `.nvmrc` + - `package.json#/engines/node` + - `serverless.yml` + - `@types/node` package version + - CI/CD configuration (`.buildkite/pipeline.yml`, `Dockerfile`, etc.) + + If you are updating your AWS Lambda runtime to `nodejs20.x`, consider reading the [release announcement](https://aws.amazon.com/blogs/compute/node-js-20-x-runtime-now-available-in-aws-lambda/) as there are some breaking changes with this upgrade. + ## 7.3.0 ### Minor Changes diff --git a/package.json b/package.json index 35d7c55a3..2de2f5ff0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skuba", - "version": "7.3.0", + "version": "7.3.1", "private": false, "description": "SEEK development toolkit for backend applications and packages", "homepage": "https://github.com/seek-oss/skuba#readme",