File tree Expand file tree Collapse file tree 3 files changed +12
-18
lines changed
Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Original file line number Diff line number Diff line change 2525 ],
2626 "devDependencies" :{
2727 "commandbox-cfformat" :" *" ,
28- "commandbox-docbox" :" *" ,
29- "commandbox-migrations" :" ^5.0.0" ,
30- "testbox-cli" :" ^1.0.0"
28+ "commandbox-docbox" :" *"
3129 },
32- "dependencies" :{},
30+ "dependencies" :{
31+ "testbox-cli" :" *" ,
32+ "commandbox-migrations" : " *"
33+ },
3334 "installPaths" :{},
3435 "ignore" :[
3536 " **/.*" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ Unreleased]
1111
12+ ### Added
13+
14+ - Copilot instructions for AI coding assistance
15+ - If the skeleton is ` default ` and this is a BoxLang project, it will switch the skeleton to ` BoxLang ` .
16+ - added dependabot
17+ - Moved ` testbox-cli ` and ` commandbox-migrations ` to dependencies so we can use them in the CLI commands
18+
1219## [ 7.7.0] - 2025-04-29
1320
1421### Fixed
You can’t perform that action at this time.
0 commit comments