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

Commit 329ba74

Browse files
committed
release: prepare v4.0.6
1 parent ddc97be commit 329ba74

File tree

5 files changed

+20
-22
lines changed

5 files changed

+20
-22
lines changed

CHANGELOG.md

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

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

5+
## v4.0.6 - 2025-03-17
6+
7+
### New Features
8+
9+
- feat: a scalar ([#72](https://github.com/jasonbahl/automation-tests/pull/72))
10+
- 'feat: time scalar' ([#70](https://github.com/jasonbahl/automation-tests/pull/70))
11+
512
## v4.0.5 - 2025-03-15
613

714
> ⚠️ **BREAKING CHANGES**: This release contains breaking changes. Please review before upgrading.

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: 4.0.5
5+
* Version: 4.0.6
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', '4.0.5');
3+
define('AUTOMATION_TESTS_VERSION', '4.0.6');
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": "4.0.5",
3+
"version": "4.0.6",
44
"description": "A plugin to test automation workflows",
55
"main": "index.js",
66
"scripts": {

readme.txt

Lines changed: 10 additions & 19 deletions
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: 4.0.5
6+
Stable tag: 4.0.6
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -27,14 +27,6 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
2727

2828
== Upgrade Notice ==
2929

30-
= 4.0.5 =
31-
32-
**⚠️ BREAKING CHANGES**: This release contains breaking changes that may require updates to your code.
33-
34-
* 'feat!: breaking change' (https://github.com/jasonbahl/automation-tests/pull/61)
35-
36-
Please review these changes before upgrading.
37-
3830
= 0.2.1 =
3931

4032
**New Features**
@@ -70,21 +62,20 @@ Please review these changes before upgrading.
7062

7163
== Changelog ==
7264

73-
= 4.0.5 =
65+
= 4.0.6 =
7466

75-
**⚠️ BREAKING CHANGES**: This release contains breaking changes. Please review before upgrading.
67+
**New Features**
7668

77-
**Breaking Changes**
69+
* feat: a scalar (https://github.com/jasonbahl/automation-tests/pull/72)
70+
* 'feat: time scalar' (https://github.com/jasonbahl/automation-tests/pull/70)
7871

79-
* 'feat!: breaking change' (https://github.com/jasonbahl/automation-tests/pull/61)
72+
= 4.0.5 =
8073

81-
**New Features**
74+
**⚠️ BREAKING CHANGES**: This release contains breaking changes that may require updates to your code.
75+
76+
* 'feat!: breaking change' (https://github.com/jasonbahl/automation-tests/pull/61)
8277

83-
* 'feat: url scalar' (https://github.com/jasonbahl/automation-tests/pull/67)
84-
* 'feat: date scalar' (https://github.com/jasonbahl/automation-tests/pull/65)
85-
* 'feat: datetime-scalar' (https://github.com/jasonbahl/automation-tests/pull/62)
86-
* 'feat: phone scalar' (https://github.com/jasonbahl/automation-tests/pull/60)
87-
* 'feat: email scalar' (https://github.com/jasonbahl/automation-tests/pull/59)
78+
Please review these changes before upgrading.
8879

8980
= 4.0.4 =
9081

0 commit comments

Comments
 (0)