Skip to content

Latest commit

 

History

History
93 lines (52 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

93 lines (52 loc) · 3.63 KB

Changelog

All notable changes to this project will be documented in this file.

3.0.2 (2023-10-12)

Patches

3.0.1 (2023-10-12)

Patches

  • set same pnpm & node versions in pkg.json as in tool-versions (e4a312a)

3.0.0 (2023-09-17)

⚠ BREAKING CHANGES

  • bump action to node20 (#563)

Features

2.2.0 (2023-04-02)

Features

2.1.0 (2023-03-15)

Features

  • skip_install option to skip asdf install on setup (#536) (c926367)

2.0.1 (2023-03-15)

Bug Fixes

2.0.0 (2023-03-09)

⚠ BREAKING CHANGES

Bug Fixes

  • update codeql for dependabot compat (3f6d713)
  • use correct trigger type (d464031)

1.1.0 - 2020-12-22

Added

  • Add the github_token input and set by default a token with only the necessary and sufficient privileges available only to the running job. In other words, users do not need to set this themselves except in exceptional cases. It's automatically exported in the runners as GITHUB_API_TOKEN.

1.0.1 - 2020-10-10

Changed

  • Port entire action to TypeScript from a runner plugin so it's easier to collaborate and accept contributions

1.0.0 - 2020-05-16

  • Initial version