diff --git a/box.json b/box.json index 221833d..7a8088f 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"CommandBox DocBox Commands", - "version":"2.1.0", + "version":"2.2.0", "location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/commandbox-docbox/@build.version@/commandbox-docbox-@build.version@.zip", "slug":"commandbox-docbox", "author":"Ortus Solutions, Corp", @@ -23,7 +23,7 @@ "contributors":[ "Brad Wood (brad@bradwood.com)" ], - "devDependencies":{ + "devDependencies":{ "commandbox-cfformat":"*" }, "dependencies":{ @@ -32,7 +32,7 @@ "installPaths":{ "docbox":"docbox/" }, - "ignore":[ + "ignore":[ "**/.*", "test-harness", "/server*.json" diff --git a/changelog.md b/changelog.md index ff1e57b..58d42c4 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] - 2024-02-13 + ### Added - Updated to new module layout @@ -26,3 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v1.0.0] => 2018-AUG-3 - Initial creation of separate CommandBox project + +[Unreleased]: https://github.com/Ortus-Solutions/commandbox-docbox/compare/v2.1.0...HEAD + +[2.1.0]: https://github.com/Ortus-Solutions/commandbox-docbox/compare/59900a295f22f08394115666b0ef8634b3c83abf...v2.1.0