Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Sep 13, 2023
1 parent 29d39bd commit a32b9a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"TestBox",
"version":"5.3.1",
"version":"5.4.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/testbox/@build.version@/[email protected]@.zip",
"author":"Ortus Solutions <[email protected]>",
"slug":"testbox",
Expand Down
8 changes: 6 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.3.1] - 2023-09-13

### Fixed

- The variable `thisSuite` isn't defined if the for loop in the try/catch is never reached before the error.
(https://github.com/Ortus-Solutions/TestBox/pull/150)
(<https://github.com/Ortus-Solutions/TestBox/pull/150>)

## [5.3.0] - 2023-08-01

Expand Down Expand Up @@ -85,7 +87,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [TESTBOX-365](https://ortussolutions.atlassian.net/browse/TESTBOX-365) New build process using CommandBox
- [TESTBOX-372](https://ortussolutions.atlassian.net/browse/TESTBOX-372) Adobe 2023 and Lucee 6 Support

[Unreleased]: https://github.com/Ortus-Solutions/TestBox/compare/v5.3.0...HEAD
[Unreleased]: https://github.com/Ortus-Solutions/TestBox/compare/v5.3.1...HEAD

[5.3.1]: https://github.com/Ortus-Solutions/TestBox/compare/v5.3.0...v5.3.1

[5.3.0]: https://github.com/Ortus-Solutions/TestBox/compare/v5.2.0...v5.3.0

Expand Down

0 comments on commit a32b9a4

Please sign in to comment.