Skip to content

Commit 2368b9d

Browse files
chore(master): release 2.0.0 (#522)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: James Hegedus <[email protected]>
1 parent 2f61da5 commit 2368b9d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## [2.0.0](https://github.com/asdf-vm/actions/compare/v1.1.0...v2.0.0) (2023-03-09)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- Update actions to use node16
10+
([#488](https://github.com/asdf-vm/actions/issues/488))
11+
([6844d09](https://github.com/asdf-vm/actions/commit/6844d09b13209e7d2ce3b63d2b089a2acef581ec))
12+
- released by
13+
([2f61da5](https://github.com/asdf-vm/actions/commit/2f61da5af7da0a1216219da51d0718c25e159a77))
14+
15+
### Bug Fixes
16+
17+
- update codeql for dependabot compat
18+
([3f6d713](https://github.com/asdf-vm/actions/commit/3f6d71382fe4c7807936733d72aef7ee6e56e7a9))
19+
- use correct trigger type
20+
([d464031](https://github.com/asdf-vm/actions/commit/d4640312f060abdd98823bf6bd9a2758851133c2))
21+
522
## [1.1.0] - 2020-12-22
623

724
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asdf-vm/actions",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "asdf github actions",
55
"repository": "https://github.com/asdf-vm/actions",
66
"author": "Victor Borja <[email protected]>",

0 commit comments

Comments
 (0)