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

Commit 42210c3

Browse files
jasonbahlgithub-actions[bot]
authored andcommitted
release: prepare v4.0.5
1 parent 2d09a3f commit 42210c3

11 files changed

+39
-9
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

CHANGELOG.md

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

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

5+
## v4.0.5 - 2025-03-15
6+
7+
> ⚠️ **BREAKING CHANGES**: This release contains breaking changes. Please review before upgrading.
8+
9+
### Breaking Changes
10+
11+
- 'feat!: breaking change' ([#61](https://github.com/jasonbahl/automation-tests/pull/61))
12+
13+
### New Features
14+
15+
- 'feat: url scalar' ([#67](https://github.com/jasonbahl/automation-tests/pull/67))
16+
- 'feat: date scalar' ([#65](https://github.com/jasonbahl/automation-tests/pull/65))
17+
- 'feat: datetime-scalar' ([#62](https://github.com/jasonbahl/automation-tests/pull/62))
18+
- 'feat: phone scalar' ([#60](https://github.com/jasonbahl/automation-tests/pull/60))
19+
- 'feat: email scalar' ([#59](https://github.com/jasonbahl/automation-tests/pull/59))
20+
521
## v4.0.4 - 2025-03-14
622

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

0 commit comments

Comments
 (0)