diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa419b..210b650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [2.0.0](https://github.com/asdf-vm/actions/compare/v1.1.0...v2.0.0) (2023-03-09) + +### ⚠ BREAKING CHANGES + +- Update actions to use node16 + ([#488](https://github.com/asdf-vm/actions/issues/488)) + ([6844d09](https://github.com/asdf-vm/actions/commit/6844d09b13209e7d2ce3b63d2b089a2acef581ec)) + - released by + ([2f61da5](https://github.com/asdf-vm/actions/commit/2f61da5af7da0a1216219da51d0718c25e159a77)) + +### Bug Fixes + +- update codeql for dependabot compat + ([3f6d713](https://github.com/asdf-vm/actions/commit/3f6d71382fe4c7807936733d72aef7ee6e56e7a9)) +- use correct trigger type + ([d464031](https://github.com/asdf-vm/actions/commit/d4640312f060abdd98823bf6bd9a2758851133c2)) + ## [1.1.0] - 2020-12-22 ### Added diff --git a/package.json b/package.json index 596d374..1492f4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asdf-vm/actions", - "version": "1.1.0", + "version": "2.0.0", "description": "asdf github actions", "repository": "https://github.com/asdf-vm/actions", "author": "Victor Borja ",