Skip to content

Commit 0c31392

Browse files
committed
chore: bumped version to 0.15.0
1 parent dbce9ff commit 0c31392

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "default",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"ajv": "^8.12.0",
2424
"ajv-formats": "^2.1.1",
2525
"semver": "^7.6.0",
26-
"codify-plugin-lib": "1.0.175",
26+
"codify-plugin-lib": "1.0.176",
2727
"codify-schemas": "1.0.63",
2828
"chalk": "^5.3.0",
2929
"debug": "^4.3.4",

test/homebrew/default.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ describe('Homebrew main resource integration tests', () => {
131131
}, {
132132
type: 'homebrew',
133133
casks: ['visual-studio-code'],
134+
dependsOn: ['vscode']
134135
}], {
135136
validateApply: async (plans) => {
136137
expect(plans[0]).toMatchObject({

0 commit comments

Comments
 (0)