Skip to content

Commit

Permalink
chore(master): release setup-edge 1.1.1 (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 4, 2024
1 parent e881e3c commit da55a37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.1](https://github.com/browser-actions/setup-edge/compare/setup-edge-v1.1.0...setup-edge-v1.1.1) (2024-05-04)


### Bug Fixes

* bump supported node version ([#492](https://github.com/browser-actions/setup-edge/issues/492)) ([e881e3c](https://github.com/browser-actions/setup-edge/commit/e881e3c926a41786c24a4c8d795203a37c3da8c2))
* support arm64 ([#486](https://github.com/browser-actions/setup-edge/issues/486)) ([7afa789](https://github.com/browser-actions/setup-edge/commit/7afa7897671de544c501c458fc80348021c7e3c9))

## [1.1.0](https://github.com/browser-actions/setup-edge/compare/setup-edge-v1.0.2...setup-edge-v1.1.0) (2023-09-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-edge",
"version": "1.1.0",
"version": "1.1.1",
"description": "Set up your GitHub Actions workflow with a specific version of edge",
"main": "dist/index.js",
"packageManager": "[email protected]",
Expand Down

0 comments on commit da55a37

Please sign in to comment.