Skip to content

Commit 0c758b5

Browse files
authored
Bump major version (#169)
1 parent 157b9bc commit 0c758b5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@withabound/node-sdk",
3-
"version": "3.5.0",
3+
"version": "4.0.0",
44
"description": "The Abound Node library provides convenient access to the Abound API from applications written in server-side JavaScript.",
55
"author": "Abound <[email protected]>",
66
"license": "MIT",
@@ -22,6 +22,7 @@
2222
"build:cjs": "npx tsc -p tsconfig.cjs.json",
2323
"compile": "npx tsc --noEmit",
2424
"lint": "npx xo",
25+
"postinstall": "npx genversion --es6 --semi --double src/util/version.ts",
2526
"prepublishOnly": "npm run build",
2627
"test": "npx jest"
2728
},

src/util/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = "3.5.0";
2+
export const version = "4.0.0";

0 commit comments

Comments
 (0)