Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2023
1 parent c498d05 commit ccb06a3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .changeset/big-snails-accept.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/spotty-nails-jam.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ccb06a3

Please sign in to comment.