diff --git a/box.json b/box.json index 221833d..3721baa 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,16 +23,16 @@ "contributors":[ "Brad Wood (brad@bradwood.com)" ], - "devDependencies":{ + "devDependencies":{ "commandbox-cfformat":"*" }, "dependencies":{ - "docbox":"^3.0.0" + "docbox":"^4.0.0" }, "installPaths":{ "docbox":"docbox/" }, - "ignore":[ + "ignore":[ "**/.*", "test-harness", "/server*.json" diff --git a/changelog.md b/changelog.md index 58d42c4..72f915f 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Bumped core `DocBox` to version 4.x + +## [2.1.0] - 2024-02-13 + +### Added + - Updated to new module layout - Updated all dependencies - Migration to Github Actions