Skip to content

Commit 6fc09b4

Browse files
author
Github Actions
committed
Version bump
1 parent 15f70a0 commit 6fc09b4

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

box.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"BCrypt",
3-
"version":"3.2.0",
3+
"version":"3.3.0",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/bcrypt/@build.version@/[email protected]@.zip",
55
"author":"Ortus Solutions <[email protected]>",
66
"homepage":"https://github.com/coldbox-modules/bcrypt",
@@ -31,7 +31,7 @@
3131
"/server*.json"
3232
],
3333
"devDependencies":{
34-
"commandbox-boxlang":"*",
34+
"commandbox-boxlang":"*",
3535
"commandbox-cfformat":"*",
3636
"commandbox-docbox":"*"
3737
},
@@ -43,17 +43,17 @@
4343
},
4444
"scripts":{
4545
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
46-
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
46+
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
4747
"install:dependencies":"install && cd test-harness && install",
48-
"release":"recipe build/release.boxr",
48+
"release":"recipe build/release.boxr",
4949
"format":"cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite",
5050
"format:watch":"cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
5151
"format:check":"cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
52-
"start:lucee" : "server start [email protected]",
53-
"start:2021" : "server start [email protected]",
54-
"stop:lucee" : "server stop [email protected]",
55-
"stop:2021" : "server stop [email protected]",
56-
"logs:lucee" : "server log [email protected] --follow",
57-
"logs:2021" : "server log [email protected] --follow"
52+
"start:lucee":"server start [email protected]",
53+
"start:2021":"server start [email protected]",
54+
"stop:lucee":"server stop [email protected]",
55+
"stop:2021":"server stop [email protected]",
56+
"logs:lucee":"server log [email protected] --follow",
57+
"logs:2021":"server log [email protected] --follow"
5858
}
5959
}

changelog.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.0] - 2025-02-19
11+
1012
### Added
1113

1214
- BoxLang updates
@@ -25,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2527

2628
### Fixed
2729

28-
- @wpdebruin <[email protected]> - enabled `workfactor` to be used in `hashPassword()`
30+
- @wpdebruin [[email protected]](mailto:[email protected]) - enabled `workfactor` to be used in `hashPassword()`
2931

3032
## [3.0.0] => 2020-NOV-1
3133

@@ -64,3 +66,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6466
- Added full test suites
6567
- Added Travis integration
6668
- Added git ignores and attributes
69+
70+
[unreleased]: https://github.com/coldbox-modules/bcrypt/compare/v3.2.0...HEAD
71+
[3.2.0]: https://github.com/coldbox-modules/bcrypt/compare/79310b6ddfb2f896e17a2bd91098705d7f99e62c...v3.2.0

0 commit comments

Comments
 (0)