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 25
25
],
26
26
"devDependencies" :{
27
27
"commandbox-cfformat" :" *" ,
28
- "commandbox-docbox" :" *" ,
29
- "commandbox-migrations" :" ^5.0.0" ,
30
- "testbox-cli" :" ^1.0.0"
28
+ "commandbox-docbox" :" *"
31
29
},
32
- "dependencies" :{},
30
+ "dependencies" :{
31
+ "testbox-cli" :" *" ,
32
+ "commandbox-migrations" : " *"
33
+ },
33
34
"installPaths" :{},
34
35
"ignore" :[
35
36
" **/.*" ,
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
9
9
10
10
## [ Unreleased]
11
11
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
+
12
19
## [ 7.7.0] - 2025-04-29
13
20
14
21
### Fixed
You can’t perform that action at this time.
0 commit comments