Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 6148ff4

Browse files
committed
release: prepare v2.2.0
1 parent 46f6b4d commit 6148ff4

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v2.2.0 - 2025-03-12
6+
7+
### New Features
8+
9+
- feat: trophy emoji ([#25](https://github.com/jasonbahl/automation-tests/pull/25))
10+
511
## v2.1.0 - 2025-03-12
612

713
### New Features

automation-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Automation Tests
44
* Description: A plugin to test automation workflows.
5-
* Version: 2.1.0
5+
* Version: 2.2.0
66
* Author: Jason Bahl
77
*/
88

constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define('AUTOMATION_TESTS_VERSION', '2.1.0');
3+
define('AUTOMATION_TESTS_VERSION', '2.2.0');
44
define('AUTOMATION_TESTS_PLUGIN_NAME', 'automation-tests');
55

66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "automation-tests",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A plugin to test automation workflows",
55
"main": "index.js",
66
"scripts": {

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: jasonbahl
33
Tags: testing, automation
44
Requires at least: 5.0
55
Tested up to: 6.2
6-
Stable tag: 2.1.0
6+
Stable tag: 2.2.0
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -62,6 +62,12 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
6262

6363
== Changelog ==
6464

65+
= 2.2.0 =
66+
67+
**New Features**
68+
69+
* feat: trophy emoji (https://github.com/jasonbahl/automation-tests/pull/25)
70+
6571
= 2.1.0 =
6672

6773
**New Features**

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
> automation-tests@2.1.0 release:notes
2+
> automation-tests@2.2.0 release:notes
33
> node scripts/generate-release-notes.js
44
55
No changesets found.

0 commit comments

Comments
 (0)