Skip to content

Commit

Permalink
Version Packages (#1315)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] committed Nov 21, 2023
1 parent 4b00975 commit eb9a35c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .changeset/big-snails-accept.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/old-berries-train.md

This file was deleted.

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

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# 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.

- **init:** Fix `skuba.template.js` validation ([#1325](https://github.com/seek-oss/skuba/pull/1325))

This resolves an "Invalid function return type" error on `skuba init`.

- **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 eb9a35c

Please sign in to comment.