Skip to content

Commit 6f8a575

Browse files
authored
Bump version for release (#268)
1 parent 2cff2a7 commit 6f8a575

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 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": "5.1.9",
3+
"version": "5.1.10",
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",
@@ -17,6 +17,7 @@
1717
"dist/**/*"
1818
],
1919
"scripts": {
20+
"prepare": "husky",
2021
"build": "./build.sh",
2122
"build:esm": "npx tsc -p tsconfig.json",
2223
"build:cjs": "npx tsc -p tsconfig.cjs.json",

src/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 = "5.1.9";
2+
export const version = "5.1.10";

0 commit comments

Comments
 (0)