Skip to content

Commit 5ec288c

Browse files
author
Github Actions
committed
Version bump
1 parent aba6b1b commit 5ec288c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

box.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"ColdBox Validation",
33
"author":"Ortus Solutions <[email protected]>",
4-
"version":"4.5.0",
4+
"version":"4.6.0",
55
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/[email protected]@.zip",
66
"slug":"cbvalidation",
77
"type":"modules",
@@ -26,7 +26,7 @@
2626
"cbi18n":"^3.0.0"
2727
},
2828
"devDependencies":{
29-
"commandbox-boxlang":"*",
29+
"commandbox-boxlang":"*",
3030
"commandbox-cfformat":"*",
3131
"commandbox-docbox":"*",
3232
"commandbox-dotenv":"*",
@@ -58,6 +58,5 @@
5858
"logs:2018":"server log [email protected] --follow",
5959
"logs:2021":"server log [email protected] --follow"
6060
},
61-
"installPaths":{
62-
}
61+
"installPaths":{}
6362
}

changelog.md

Lines changed: 5 additions & 1 deletion
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.5.0] - 2025-02-19
13+
1214
### Removed
1315

1416
- `eurodate` doesn't event work in ACF/Lucee as it uses just a single standard. Remove it so the user can validate as they see fit.
@@ -294,7 +296,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
294296

295297
- Create first module version
296298

297-
[Unreleased]: https://github.com/coldbox-modules/cbvalidation/compare/v4.4.0...HEAD
299+
[Unreleased]: https://github.com/coldbox-modules/cbvalidation/compare/v4.5.0...HEAD
300+
301+
[4.5.0]: https://github.com/coldbox-modules/cbvalidation/compare/v4.4.0...v4.5.0
298302

299303
[4.4.0]: https://github.com/coldbox-modules/cbvalidation/compare/v4.3.1...v4.4.0
300304

0 commit comments

Comments
 (0)