From 63ea13da138979fafdb8c9342fd41b69ee28ae45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 17:45:24 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ composer.json | 12 ++++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6f3242b --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/composer.json b/composer.json index dce68a6..aa170b6 100644 --- a/composer.json +++ b/composer.json @@ -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": [ @@ -45,5 +51,7 @@ }, "minimum-stability": "stable", "prefer-stable": true, - "bin": ["google-for-testing"] + "bin": [ + "google-for-testing" + ] }