Skip to content

Commit

Permalink
chore(master): release setup-chrome 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 15, 2024
1 parent 67cafd0 commit 5e86482
Show file tree
Hide file tree
Showing 3 changed files with 30 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.5.0"
".": "1.0.0"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.0.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.5.0...setup-chrome-v1.0.0) (2024-02-15)


### Features

* Add `chrome-path` output ([#327](https://github.com/browser-actions/setup-chrome/issues/327)) ([b216760](https://github.com/browser-actions/setup-chrome/commit/b2167607c7f87c1d8026e564d6dcde8fc18654b5))
* Output version ([#319](https://github.com/browser-actions/setup-chrome/issues/319)) ([01ba6fc](https://github.com/browser-actions/setup-chrome/commit/01ba6fcebedc628eab00d4d550a9b5257bc6111c))
* support `macos-14` runner ([#483](https://github.com/browser-actions/setup-chrome/issues/483)) ([c7a9638](https://github.com/browser-actions/setup-chrome/commit/c7a9638ceead5dc0072ed72e8dcba019186cc665))
* support M1/M2 mac ([#426](https://github.com/browser-actions/setup-chrome/issues/426)) ([8a8f449](https://github.com/browser-actions/setup-chrome/commit/8a8f4497e59bf92e66270626dbcc37a2aa0933e5))
* Support to install by a specific version ([#444](https://github.com/browser-actions/setup-chrome/issues/444)) ([775b8fb](https://github.com/browser-actions/setup-chrome/commit/775b8fb5bb29c3f0bd6c573adb3174095102e7cc))


### Bug Fixes

* bump typescript from 4.3.2 to 4.9.5 ([#314](https://github.com/browser-actions/setup-chrome/issues/314)) ([a5f9494](https://github.com/browser-actions/setup-chrome/commit/a5f9494933005154a9571cfc7cd57459084e91dd))
* **deps:** bump @actions/io from 1.1.2 to 1.1.3 ([#333](https://github.com/browser-actions/setup-chrome/issues/333)) ([619ab4e](https://github.com/browser-actions/setup-chrome/commit/619ab4ecda61fb4ee08835d01c8aad9b7381d78a))
* **deps:** bump the actions group with 1 update ([#406](https://github.com/browser-actions/setup-chrome/issues/406)) ([f318cc2](https://github.com/browser-actions/setup-chrome/commit/f318cc23baba89e414d91f638b85a97363758ac6))
* **deps:** bump the actions group with 2 updates ([#388](https://github.com/browser-actions/setup-chrome/issues/388)) ([17715dd](https://github.com/browser-actions/setup-chrome/commit/17715ddf4fffdf5aecf4db00899254cccfc42427))
* **deps:** migrate a package manager to pnpm ([#384](https://github.com/browser-actions/setup-chrome/issues/384)) ([5fa5696](https://github.com/browser-actions/setup-chrome/commit/5fa56961cf53f049d4a4963f21322f4aec3de1d3))
* fix stable channel version on Intel Mac ([#351](https://github.com/browser-actions/setup-chrome/issues/351)) ([68cb47d](https://github.com/browser-actions/setup-chrome/commit/68cb47d5946fd8cad495395835d94ab24f182393))
* Update nodejs version 20 ([#480](https://github.com/browser-actions/setup-chrome/issues/480)) ([f2d38a6](https://github.com/browser-actions/setup-chrome/commit/f2d38a6a7f1e725ec59a107ed254971eca75fc3e))
* use new set-output ([#310](https://github.com/browser-actions/setup-chrome/issues/310)) ([dfa9d49](https://github.com/browser-actions/setup-chrome/commit/dfa9d496acb6917e6b6f7bbf23cfa84841310604))


### Miscellaneous Chores

* use v1 ([408c365](https://github.com/browser-actions/setup-chrome/commit/408c36552a3271ce4bf5de164eb421f9d55451cb))

## [1.5.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.4.0...setup-chrome-v1.5.0) (2024-02-14)


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-chrome",
"version": "1.5.0",
"version": "1.0.0",
"description": "Set up your GitHub Actions workflow with a specific version of chromium",
"main": "dist/index.js",
"packageManager": "pnpm@8.7.5",
Expand Down

0 comments on commit 5e86482

Please sign in to comment.