We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
streetsidesoftware
Learn more about funding links in repositories.
Report abuse
1 parent e58c494 commit f6ab018Copy full SHA for f6ab018
packages/cspell/package.json
@@ -55,7 +55,7 @@
55
"watch": "tsc -b . -w -f",
56
"compile": "tsc -b . -f",
57
"test-watch": "vitest",
58
- "version": "node ./tools/patch-version.mjs",
+ "version": "node ./tools/patch-version.mjs && git add .",
59
"prepublishOnly": "pnpm run clean-build",
60
"test:update-snapshot": "vitest run --update"
61
},
packages/cspell/src/app/pkgInfo.ts
@@ -3,7 +3,7 @@
3
export { pkgDir } from './dirname.js';
4
5
export const name = 'cspell';
6
-export const version = '8.11.0';
+export const version = '8.12.0';
7
export const engines = { node: '>=18' };
8
9
export const npmPackage = { name, version, engines };
0 commit comments