Skip to content

Commit

Permalink
Bump version for release (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmealhouse authored May 6, 2024
1 parent 2cff2a7 commit 6f8a575
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@withabound/node-sdk",
"version": "5.1.9",
"version": "5.1.10",
"description": "The Abound Node library provides convenient access to the Abound API from applications written in server-side JavaScript.",
"author": "Abound <api@withabound.com>",
"license": "MIT",
Expand All @@ -17,6 +17,7 @@
"dist/**/*"
],
"scripts": {
"prepare": "husky",
"build": "./build.sh",
"build:esm": "npx tsc -p tsconfig.json",
"build:cjs": "npx tsc -p tsconfig.cjs.json",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by genversion.
export const version = "5.1.9";
export const version = "5.1.10";

0 comments on commit 6f8a575

Please sign in to comment.