Skip to content

Commit 389d615

Browse files
author
Github Actions
committed
Version bump
1 parent 5076c95 commit 389d615

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

box.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"JavaLoader",
33
"author":"Ortus Solutions.com <[email protected]>",
4-
"version":"2.2.0",
4+
"version":"2.3.0",
55
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbjavaloader/@build.version@/[email protected]@.zip",
66
"slug":"cbjavaloader",
77
"type":"modules",
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies":{},
2626
"devDependencies":{
27-
"commandbox-boxlang":"*",
27+
"commandbox-boxlang":"*",
2828
"commandbox-cfformat":"*",
2929
"commandbox-docbox":"*"
3030
},
@@ -40,15 +40,15 @@
4040
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
4141
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
4242
"install:dependencies":"install && cd test-harness && install",
43-
"release":"recipe build/release.boxr",
43+
"release":"recipe build/release.boxr",
4444
"format":"cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite",
4545
"format:watch":"cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
4646
"format:check":"cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
47-
"start:lucee" : "server start [email protected]",
48-
"start:2021" : "server start [email protected]",
49-
"stop:lucee" : "server stop [email protected]",
50-
"stop:2021" : "server stop [email protected]",
51-
"logs:lucee" : "server log [email protected] --follow",
52-
"logs:2021" : "server log [email protected] --follow"
47+
"start:lucee":"server start [email protected]",
48+
"start:2021":"server start [email protected]",
49+
"stop:lucee":"server stop [email protected]",
50+
"stop:2021":"server stop [email protected]",
51+
"logs:lucee":"server log [email protected] --follow",
52+
"logs:2021":"server log [email protected] --follow"
5353
}
5454
}

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
----
8+
* * *
99

1010
## [Unreleased]
1111

12+
## [2.2.0] - 2025-02-19
13+
1214
### Added
1315

1416
- Github actions updated
@@ -95,3 +97,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9597
## [1.0.0]
9698

9799
- Create first module version
100+
101+
[unreleased]: https://github.com/coldbox-modules/cbjavaloader/compare/v2.2.0...HEAD
102+
[2.2.0]: https://github.com/coldbox-modules/cbjavaloader/compare/768425a02713cf6d17ebae745a4d15cc1e8b603a...v2.2.0

0 commit comments

Comments
 (0)