Skip to content

Commit

Permalink
chore(master): release setup-chrome 1.1.0 (browser-actions#318)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 13, 2023
1 parent 01ba6fc commit 8605f32
Show file tree
Hide file tree
Showing 3 changed files with 14 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.1"
".": "1.1.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.0.1...setup-chrome-v1.1.0) (2023-02-12)


### Features

* Output version ([#319](https://github.com/browser-actions/setup-chrome/issues/319)) ([01ba6fc](https://github.com/browser-actions/setup-chrome/commit/01ba6fcebedc628eab00d4d550a9b5257bc6111c))


### 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))

## [1.0.1](https://github.com/browser-actions/setup-chrome/compare/setup-chrome-v1.0.0...setup-chrome-v1.0.1) (2023-01-29)


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.0.1",
"version": "1.1.0",
"description": "Set up your GitHub Actions workflow with a specific version of chromium",
"main": "dist/index.js",
"dependencies": {
Expand Down

0 comments on commit 8605f32

Please sign in to comment.