Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Feb 13, 2024
1 parent d12817d commit ace5210
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
12 changes: 6 additions & 6 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"DocBox",
"version":"4.1.0",
"version":"4.2.0",
"author":"Ortus Solutions, Corp",
"location":"http://downloads.ortussolutions.com/ortussolutions/docbox/@build.version@/[email protected]@.zip",
"homepage":"https://forgebox.io/view/docbox",
Expand All @@ -25,8 +25,8 @@
"Brad Wood <[email protected]>"
],
"dependencies":{
"commandbox-cfformat":"*"
},
"commandbox-cfformat":"*"
},
"devDependencies":{
"testbox":"^5"
},
Expand All @@ -41,9 +41,9 @@
"coldbox-5-router-documentation.png"
],
"scripts":{
"build":"task run taskFile=build/Build.cfc :projectName=docbox :version=`package show version`",
"build:docs" : "task run build/Docs.cfc",
"tests" : "task run taskFile=build/Build.cfc target=runTests",
"build":"task run taskFile=build/Build.cfc :projectName=docbox :version=`package show version`",
"build:docs":"task run build/Docs.cfc",
"tests":"task run taskFile=build/Build.cfc target=runTests",
"release":"recipe build/release.boxr",
"format":"cfformat run --overwrite DocBox.cfc,build,strategy,tests",
"format:watch":"cfformat watch DocBox.cfc,build,strategy,tests ./.cfformat.json",
Expand Down
30 changes: 18 additions & 12 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

----
* * *

## [Unreleased]

## [4.1.0] - 2024-02-13

### Added

- Adobe 2023 Testing and Support
Expand Down Expand Up @@ -56,15 +58,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed failing XMI strategy

----
* * *

## [2.2.1]

### Fixed

- Bug on DocBox tracing errors, left over a couple of `()`

----
* * *

## [2.2.0]

Expand All @@ -74,7 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `@throws` annotation to function definitions
- Added `@deprecated` annotation to function definitions

----
* * *

## [2.1.0]

Expand All @@ -84,15 +86,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- BUGFIX: Missing pound sign in ExpandPath(), added better wording for custom strategy path
- Fix cleanPath without a leading slash with regex updates

----
* * *

## [2.0.7]

### Fixed

- Build process messed up folder structure. Basically 2.0.6 was unusable

----
* * *

## [2.0.6]

Expand All @@ -108,31 +110,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Travis integration

----
* * *

## [2.0.5]

### Improved

- Moved CommandBox command to its own repo

----
* * *

## [2.0.4]

### Improved

- Update package directory and location for CommandBox command

----
* * *

## [2.0.3]

### Fixed

- FireFox location bug

----
* * *

## [2.0.2]

Expand All @@ -144,18 +146,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updates on box.json for standalone installations

----
* * *

## [2.0.1]

### Fixed

- Fixes for ACF

----
* * *

## [2.0.0]

### Improved

- Updated to DocBox styles

[Unreleased]: https://github.com/Ortus-Solutions/DocBox/compare/v4.1.0...HEAD

[4.1.0]: https://github.com/Ortus-Solutions/DocBox/compare/e6d838c31f224f6a162e95612762f8fa9ee87280...v4.1.0

0 comments on commit ace5210

Please sign in to comment.