Skip to content

Commit ba09760

Browse files
authored
Bump version (#74)
1 parent 97327d0 commit ba09760

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.husky/pre-commit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4+
npx genversion --es6 --semi --double src/util/version.ts
5+
git a src/util/version.ts
6+
47
npx lint-staged

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@withabound/node-sdk",
3-
"version": "1.2.0",
3+
"version": "1.3.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",

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 = "1.2.0";
2+
export const version = "1.3.0";

0 commit comments

Comments
 (0)