Skip to content

Commit

Permalink
Release 1.5.0 (#400)
Browse files Browse the repository at this point in the history
This update updates the runtime version of Node and bumps a few
dependencies.
  • Loading branch information
jdno authored Oct 21, 2024
1 parent 7a0b9e4 commit 609946e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.0](https://github.com/jdno/setup-butler/releases/tag/v1.5.0)

### Changed

- Update Node version to Node 20
by [@jdno] in [#397](https://github.com/jdno/setup-butler/pull/397)
- Update dependency @vercel/ncc to v0.38.2
by [@renovate] in [#398](https://github.com/jdno/setup-butler/pull/398)
- Update dependency @actions/core to v1.11.1
by [@renovate] in [#399](https://github.com/jdno/setup-butler/pull/399)

**Full Changelog**: <https://github.com/jdno/setup-butler/compare/v1.4.0...v1.5.0>

## [1.4.0](https://github.com/jdno/setup-butler/releases/tag/v1.4.0)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-butler",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"description": "Set up itch.io's butler tool in your GitHub Actions workflow",
"main": "build/main.js",
Expand Down

0 comments on commit 609946e

Please sign in to comment.