Skip to content

Commit

Permalink
fix: make sure the version is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 22, 2024
1 parent e58c494 commit f6ab018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"watch": "tsc -b . -w -f",
"compile": "tsc -b . -f",
"test-watch": "vitest",
"version": "node ./tools/patch-version.mjs",
"version": "node ./tools/patch-version.mjs && git add .",
"prepublishOnly": "pnpm run clean-build",
"test:update-snapshot": "vitest run --update"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/src/app/pkgInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export { pkgDir } from './dirname.js';

export const name = 'cspell';
export const version = '8.11.0';
export const version = '8.12.0';
export const engines = { node: '>=18' };

export const npmPackage = { name, version, engines };

0 comments on commit f6ab018

Please sign in to comment.