Skip to content

Commit c7ccfc2

Browse files
authored
Bump version for release (#260)
* Bump version for release * Set api-team as default dependabot reviewers
1 parent f18cf13 commit c7ccfc2

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "weekly"
10+
reviewers:
11+
- "withabound/api-team"
1012

1113
# Check for npm package updates every week
1214
- package-ecosystem: "npm"
1315
directory: "/"
1416
schedule:
1517
interval: "weekly"
18+
reviewers:
19+
- "withabound/api-team"

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": "5.1.8",
3+
"version": "5.1.9",
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/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.8";
2+
export const version = "5.1.9";

0 commit comments

Comments
 (0)