diff --git a/box.json b/box.json index fec3261..80da625 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"Default ColdBox App Template For BoxLang", - "version":"8.2.0", + "version":"8.3.0", "author":"You", "location":"forgeboxStorage", "slug":"cbtemplate-boxlang", diff --git a/changelog.md b/changelog.md index b3df3d8..adbbe4a 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Location of ColdBox assets in server.json + ## [8.2.0] - 2025-10-10 ## [8.1.1] - 2025-10-10 diff --git a/server.json b/server.json index 13f5fed..1cc8cff 100644 --- a/server.json +++ b/server.json @@ -15,7 +15,7 @@ "enable":true }, "aliases":{ - "/coldbox/system/exceptions":"./lib/coldbox/system/exceptions/", + "/coldbox/system/exceptions":"./runtime/lib/coldbox/system/exceptions/", "/tests":"./tests/" } },