Skip to content

Commit f135fa4

Browse files
chore(master): release setup-chrome 1.0.0 (browser-actions#306)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 408c365 commit f135fa4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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-
".": "0.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-01-22)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* use v1 ([408c365](https://github.com/browser-actions/setup-chrome/commit/408c36552a3271ce4bf5de164eb421f9d55451cb))

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": "0.0.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
"dependencies": {

0 commit comments

Comments
 (0)