Skip to content

Commit 60c69b8

Browse files
committed
Release 1.5.0
This update updates the runtime version of Node and bumps a few dependencies.
1 parent 196eef0 commit 60c69b8

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres
99
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11+
## [1.5.0](https://github.com/jdno/setup-butler/releases/tag/v1.5.0)
12+
13+
### Changed
14+
15+
- Update Node version to Node 20
16+
by [@jdno] in [#397](https://github.com/jdno/setup-butler/pull/397)
17+
- Update dependency @vercel/ncc to v0.38.2
18+
by [@renovate] in [#398](https://github.com/jdno/setup-butler/pull/398)
19+
- Update dependency @actions/core to v1.11.1
20+
by [@renovate] in [#399](https://github.com/jdno/setup-butler/pull/399)
21+
22+
**Full Changelog**: <https://github.com/jdno/setup-butler/compare/v1.4.0...v1.5.0>
23+
1124
## [1.4.0](https://github.com/jdno/setup-butler/releases/tag/v1.4.0)
1225

1326
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-butler",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"description": "Set up itch.io's butler tool in your GitHub Actions workflow",
66
"main": "build/main.js",

0 commit comments

Comments
 (0)