Skip to content

Commit

Permalink
Merge pull request #3 from Ortus-Solutions/development
Browse files Browse the repository at this point in the history
another patch release
  • Loading branch information
lmajano authored Aug 16, 2023
2 parents 7290923 + a076019 commit 7785aeb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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 CLI",
"version":"1.1.1",
"version":"1.1.2",
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/testbox-cli/@build.version@/[email protected]@.zip",
"slug":"testbox-cli",
"author":"Ortus Solutions, Corp",
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Missing another older injection

## [1.1.1] - 2023-08-16

### Fixed

- Invalid module name since we refactored, so all testing runners are failing.

## [1.1.0] - 2023-07-28
Expand Down
2 changes: 1 addition & 1 deletion commands/testbox/run.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ component {
property name="testingService" inject="TestingService@testbox-cli";
property name="CLIRenderer" inject="CLIRenderer@testbox-cli";
property name="serverService" inject="ServerService";
property name="moduleConfig" inject="box:moduleConfig:testbox-commands";
property name="moduleConfig" inject="box:moduleConfig:testbox-cli";

// Default Runner Options
variables.RUNNER_OPTIONS = {
Expand Down

0 comments on commit 7785aeb

Please sign in to comment.