Skip to content

Commit 0500925

Browse files
Merge pull request #11 from nightfallai/galen/1.1.0
Prep for 1.1.0 release
2 parents b70d2a7 + 28d1fd8 commit 0500925

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nightfall-js",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Build data classification and protection into your application or service with Nightfall.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -29,4 +29,4 @@
2929
"ts-jest": "^27.0.7",
3030
"typescript": "^4.4.4"
3131
}
32-
}
32+
}

src/base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class Base {
3232
this.AXIOS_HEADERS = {
3333
'Authorization': `Bearer ${this.API_KEY}`,
3434
'Content-Type': 'application/json',
35-
"User-Agent": "nightfall-nodejs-sdk/1.0.0"
35+
"User-Agent": "nightfall-nodejs-sdk/1.1.0"
3636
}
3737
}
3838

0 commit comments

Comments
 (0)