Skip to content

Commit 649ae37

Browse files
author
Github Actions
committed
Version bump
1 parent 69bad72 commit 649ae37

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

box.json

Lines changed: 1 addition & 1 deletion
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.3.0",
5+
"version":"4.4.0",
66
"slug":"cbdebugger",
77
"type":"modules",
88
"homepage":"https://github.com/coldbox-modules/cbdebugger",

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.3.0] - 2024-06-18
13+
1214
### Addded
1315

1416
- Lucee 6 Certification
@@ -47,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4749

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

5254
## [4.1.0] - 2023-04-17
5355

@@ -299,7 +301,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
299301
- <https://ortussolutions.atlassian.net/browse/CCM-25> Lucee support
300302
- <https://ortussolutions.atlassian.net/browse/CCM-24> Added names of rendered
301303
- Unloading of helpers on unload
302-
views and layouts
304+
views and layouts
303305
- Updated production ignore lists
304306

305307
## [1.0.1]
@@ -310,7 +312,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310312

311313
- Create first module version
312314

313-
[Unreleased]: https://github.com/coldbox-modules/cbdebugger/compare/v4.2.0...HEAD
315+
[Unreleased]: https://github.com/coldbox-modules/cbdebugger/compare/v4.3.0...HEAD
316+
317+
[4.3.0]: https://github.com/coldbox-modules/cbdebugger/compare/v4.2.0...v4.3.0
314318

315319
[4.2.0]: https://github.com/coldbox-modules/cbdebugger/compare/v4.1.0...v4.2.0
316320

0 commit comments

Comments
 (0)