Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"ColdBox CLI",
"version":"8.6.0",
"version":"8.7.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/coldbox-cli/@build.version@/coldbox-cli-@build.version@.zip",
"slug":"coldbox-cli",
"author":"Ortus Solutions, Corp",
Expand Down
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.6.0] - 2026-03-10

## [8.5.0] - 2026-03-09

### Added
Expand Down Expand Up @@ -275,7 +277,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Eclipse support

[unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v8.5.0...HEAD
[unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v8.6.0...HEAD
[8.6.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.5.0...v8.6.0
[8.5.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.4.0...v8.5.0
[8.4.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.3.0...v8.4.0
[8.3.0]: https://github.com/ColdBox/coldbox-cli/compare/v8.2.0...v8.3.0
Expand Down
2 changes: 1 addition & 1 deletion commands/coldbox/ai/refresh.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* coldbox ai refresh
* coldbox ai update
*/
component extends="coldbox-cli.models.BaseAICommand" aliases="update" {
component extends="coldbox-cli.models.BaseAICommand" aliases="coldbox ai update" {

/**
* Run the command
Expand Down