Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 8, 2023
1 parent 920c0f5 commit 63ea13d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.2.0](https://github.com/asciito/google-for-testing/compare/v0.1.0...v0.2.0) (2023-10-08)


### Features

* add release-please.yml ([6569534](https://github.com/asciito/google-for-testing/commit/6569534838aa160eb5374a8e27fdc53ba5003934))
* add run-pint.yml ([11bdaeb](https://github.com/asciito/google-for-testing/commit/11bdaebbec4fa9ece1dbc02d2cdf12f1ff0ca534))


### Miscellaneous Chores

* rename tests action ([b4a444e](https://github.com/asciito/google-for-testing/commit/b4a444e5c3688006c5ad4605ff9a03b5d0b82b21))
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"name": "asciito/google-for-testing",
"description": "The CLI to manage Chrome Browser and Chrome Driver",
"keywords": ["cli", "google", "google for testing", "testing", "console"],
"keywords": [
"cli",
"google",
"google for testing",
"testing",
"console"
],
"type": "project",
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -45,5 +51,7 @@
},
"minimum-stability": "stable",
"prefer-stable": true,
"bin": ["google-for-testing"]
"bin": [
"google-for-testing"
]
}

0 comments on commit 63ea13d

Please sign in to comment.