We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d698c commit e7c7f01Copy full SHA for e7c7f01
.huskyrc
@@ -1,5 +1,5 @@
1
{
2
"hooks": {
3
- "pre-commit": "npm run pre-build && lint-staged && npm run lint && npm run test"
+ "pre-commit": "npm run pre-build && git add src/Version.ts && lint-staged && npm run lint && npm run test"
4
}
5
src/Version.ts
@@ -12,4 +12,4 @@
12
* @module Version
13
*/
14
15
-export const PACKAGE_VERSION = "2.0.0-Preview.0";
+export const PACKAGE_VERSION = "2.0.0-Preview.1";
0 commit comments