Skip to content

Commit 5d1fe79

Browse files
author
Github Actions
committed
Version bump
1 parent fef0d41 commit 5d1fe79

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

box.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name":"ColdBox Debugger",
33
"author":"Ortus Solutions <[email protected]",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbdebugger/@build.version@/[email protected]@.zip",
5-
"version":"4.2.0",
5+
"version":"4.3.0",
66
"slug":"cbdebugger",
77
"type":"modules",
88
"homepage":"https://github.com/coldbox-modules/cbdebugger",
@@ -24,8 +24,7 @@
2424
"Brad Wood <[email protected]>",
2525
"Luis Majano <[email protected]>"
2626
],
27-
"dependencies":{
28-
},
27+
"dependencies":{},
2928
"devDependencies":{
3029
"commandbox-cfformat":"*",
3130
"commandbox-docbox":"*",
@@ -64,6 +63,5 @@
6463
"logs:2018":"server log name=cbdebugger-adobe@2018 --follow",
6564
"logs:2021":"server log name=cbdebugger-adobe@2021 --follow"
6665
},
67-
"installPaths":{
68-
}
66+
"installPaths":{}
6967
}

changelog.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [4.2.0] - 2024-01-10
13+
1214
### Added
1315

1416
- New `HyperCollector` so you can now track hyper requests if enabled
@@ -33,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3335

3436
- Dumb whitespace added by CFML engines when doing inline `<pre>#method()#</pre>` calls.
3537
- Better error handling when Debugger assets are not compiled instead of a cryptic error message:
36-
`The parameter [str] to function [closure_m] is required but was not passed in.`
38+
`The parameter [str] to function [closure_m] is required but was not passed in.`
3739

3840
## [4.1.0] - 2023-04-17
3941

@@ -285,7 +287,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
285287
- <https://ortussolutions.atlassian.net/browse/CCM-25> Lucee support
286288
- <https://ortussolutions.atlassian.net/browse/CCM-24> Added names of rendered
287289
- Unloading of helpers on unload
288-
views and layouts
290+
views and layouts
289291
- Updated production ignore lists
290292

291293
## [1.0.1]
@@ -296,6 +298,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
296298

297299
- Create first module version
298300

299-
[Unreleased]: https://github.com/coldbox-modules/cbdebugger/compare/v4.1.0...HEAD
301+
[Unreleased]: https://github.com/coldbox-modules/cbdebugger/compare/v4.2.0...HEAD
302+
303+
[4.2.0]: https://github.com/coldbox-modules/cbdebugger/compare/v4.1.0...v4.2.0
300304

301305
[4.1.0]: https://github.com/coldbox-modules/cbdebugger/compare/b070b77d9edee7725c052eab41bf3513a3a9f6d8...v4.1.0

0 commit comments

Comments
 (0)