Skip to content

Commit

Permalink
Release 1.4.0 (#288)
Browse files Browse the repository at this point in the history
This release updates a few core dependencies for GitHub Actions.
  • Loading branch information
jdno authored Oct 2, 2023
1 parent 85362b0 commit 2f1e2eb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 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.4.0](https://github.com/jdno/setup-butler/releases/tag/v1.4.0)

### Changed

- Update dependency @actions/io to v1.1.3
by [@renovate] in [#190](https://github.com/jdno/setup-butler/pull/190)
- Update dependency @vercel/ncc to ^0.38.0 by
[@renovate] in [#281](https://github.com/jdno/setup-butler/pull/281)
- Update dependency @actions/core to v1.10.1 by
[@renovate] in [#283](https://github.com/jdno/setup-butler/pull/283)

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

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

### Changed
Expand Down Expand Up @@ -57,3 +70,5 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

**Full Changelog**:
<https://github.com/jdno/setup-butler/compare/643c05e4601103fd2c982a0c96b49a3ac7ab4933...v1.0.0>

[@renovate]: https://github.com/apps/renovate
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.3.0",
"version": "1.4.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 2f1e2eb

Please sign in to comment.