From aacb2149f8cc44512063ec9f63ed94afae3bed9c Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 10 Oct 2025 14:37:53 +0000 Subject: [PATCH 1/2] Version bump --- box.json | 2 +- changelog.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 d62c759..b3df3d8 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] +## [8.2.0] - 2025-10-10 + ## [8.1.1] - 2025-10-10 ### Fixed @@ -29,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First creation of the changelog file. -[unreleased]: https://github.com/coldbox-templates/boxlang/compare/v8.1.1...HEAD +[unreleased]: https://github.com/coldbox-templates/boxlang/compare/v8.2.0...HEAD +[8.2.0]: https://github.com/coldbox-templates/boxlang/compare/v8.1.1...v8.2.0 [8.1.1]: https://github.com/coldbox-templates/boxlang/compare/v8.1.0...v8.1.1 [8.1.0]: https://github.com/coldbox-templates/boxlang/compare/v8.0.0...v8.1.0 [8.0.0]: https://github.com/coldbox-templates/boxlang/compare/v1.0.0...v8.0.0 From 353c052aeda7185050180173c4bf4b825f8e0886 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Tue, 4 Nov 2025 23:04:47 +0100 Subject: [PATCH 2/2] - Location of ColdBox assets in server.json --- changelog.md | 4 ++++ server.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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/" } },