Skip to content

Commit

Permalink
chore(master): release setup-edge 1.1.0 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 17, 2023
1 parent 3892198 commit af86699
Show file tree
Hide file tree
Showing 3 changed files with 15 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.0.2"
".": "1.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* Support output parameters to expose installed edge ([#396](https://github.com/browser-actions/setup-edge/issues/396)) ([3892198](https://github.com/browser-actions/setup-edge/commit/389219807401df203d8536ab26631b6e7474ffc7))


### Bug Fixes

* **deps:** bump the actions group with 2 updates ([#390](https://github.com/browser-actions/setup-edge/issues/390)) ([7d6c3c5](https://github.com/browser-actions/setup-edge/commit/7d6c3c5dc8f65d178b691335bc772c42164d2ad2))
* **deps:** migrate a package manager to pnpm ([#388](https://github.com/browser-actions/setup-edge/issues/388)) ([1022605](https://github.com/browser-actions/setup-edge/commit/102260513477ae7d3a6570b62d98361fbe1d2046))

## [1.0.2](https://github.com/browser-actions/setup-edge/compare/setup-edge-v1.0.1...setup-edge-v1.0.2) (2023-03-16)


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.0.2",
"version": "1.1.0",
"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 af86699

Please sign in to comment.