Skip to content

Commit e10d401

Browse files
chore(master): release setup-chrome 1.0.0
1 parent e7cd83a commit e10d401

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.4.0...setup-chrome-v1.0.0) (2023-12-03)
4+
5+
6+
### Features
7+
8+
* Add `chrome-path` output ([#327](https://github.com/browser-actions/setup-chrome/issues/327)) ([b216760](https://github.com/browser-actions/setup-chrome/commit/b2167607c7f87c1d8026e564d6dcde8fc18654b5))
9+
* Output version ([#319](https://github.com/browser-actions/setup-chrome/issues/319)) ([01ba6fc](https://github.com/browser-actions/setup-chrome/commit/01ba6fcebedc628eab00d4d550a9b5257bc6111c))
10+
* support M1/M2 mac ([#426](https://github.com/browser-actions/setup-chrome/issues/426)) ([8a8f449](https://github.com/browser-actions/setup-chrome/commit/8a8f4497e59bf92e66270626dbcc37a2aa0933e5))
11+
* 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))
12+
13+
14+
### Bug Fixes
15+
16+
* 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))
17+
* **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))
18+
* **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))
19+
* **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))
20+
* **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))
21+
* 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))
22+
* use new set-output ([#310](https://github.com/browser-actions/setup-chrome/issues/310)) ([dfa9d49](https://github.com/browser-actions/setup-chrome/commit/dfa9d496acb6917e6b6f7bbf23cfa84841310604))
23+
24+
25+
### Miscellaneous Chores
26+
27+
* use v1 ([408c365](https://github.com/browser-actions/setup-chrome/commit/408c36552a3271ce4bf5de164eb421f9d55451cb))
28+
329
## [1.4.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.3.0...setup-chrome-v1.4.0) (2023-12-03)
430

531

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-chrome",
3-
"version": "1.4.0",
3+
"version": "1.0.0",
44
"description": "Set up your GitHub Actions workflow with a specific version of chromium",
55
"main": "dist/index.js",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)