Skip to content

Commit bc3fa70

Browse files
author
Github Actions
committed
Version bump
1 parent f69eae8 commit bc3fa70

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

box.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"Emoji Module",
3-
"version":"1.1.0",
3+
"version":"1.2.0",
44
"location":"http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbemoji/@build.version@/[email protected]@.zip",
55
"author":"Ortus Solutions, Corp",
66
"homepage":"https://www.ortussolutions.com",
@@ -22,37 +22,37 @@
2222
],
2323
"contributors":[],
2424
"dependencies":{},
25-
"devDependencies" :{
26-
"commandbox-boxlang":"*",
27-
"commandbox-cfformat":"*",
25+
"devDependencies":{
26+
"commandbox-boxlang":"*",
27+
"commandbox-cfformat":"*",
2828
"commandbox-docbox":"*"
29-
},
29+
},
3030
"installPaths":{},
3131
"ignore":[
3232
"**/.*",
3333
"test-harness",
34-
"/server*.json"
34+
"/server*.json"
3535
],
3636
"scripts":{
37-
"setupTemplate": "task run taskFile=build/SetupTemplate.cfc",
38-
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
39-
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
37+
"setupTemplate":"task run taskFile=build/SetupTemplate.cfc",
38+
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
39+
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
4040
"install:dependencies":"install && cd test-harness && install",
41-
"release":"recipe build/release.boxr",
41+
"release":"recipe build/release.boxr",
4242
"format":"cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite",
4343
"format:watch":"cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
4444
"format:check":"cfformat check helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
45-
"start:boxlang" : "server start [email protected]",
46-
"start:lucee" : "server start [email protected]",
47-
"start:2023" : "server start [email protected]",
48-
"stop:boxlang" : "server stop [email protected]",
49-
"stop:lucee" : "server stop [email protected]",
50-
"stop:2023" : "server stop [email protected]",
51-
"logs:boxlang" : "server log [email protected] --follow",
52-
"logs:lucee" : "server log [email protected] --follow",
53-
"logs:2023" : "server log [email protected] --follow"
45+
"start:boxlang":"server start [email protected]",
46+
"start:lucee":"server start [email protected]",
47+
"start:2023":"server start [email protected]",
48+
"stop:boxlang":"server stop [email protected]",
49+
"stop:lucee":"server stop [email protected]",
50+
"stop:2023":"server stop [email protected]",
51+
"logs:boxlang":"server log [email protected] --follow",
52+
"logs:lucee":"server log [email protected] --follow",
53+
"logs:2023":"server log [email protected] --follow"
5454
},
55-
"testbox":{
55+
"testbox":{
5656
"runner":"http://localhost:60299/tests/runner.cfm"
5757
}
5858
}

changelog.md

+6-1
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+
## [1.1.0] - 2025-02-20
13+
1214
### Added
1315

1416
- BoxLang certification
@@ -26,3 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2628
## 1.0.0
2729

2830
- Initial creation of project
31+
32+
[unreleased]: https://github.com/coldbox-modules/cbemoji/compare/v1.1.0...HEAD
33+
[1.1.0]: https://github.com/coldbox-modules/cbemoji/compare/dda119902f19bc0cd5e05dc53562a81cbe595fae...v1.1.0

0 commit comments

Comments
 (0)