Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
isimluk committed Jul 5, 2022
1 parent dbb5118 commit 7449e4b
Show file tree
Hide file tree
Showing 3 changed files with 4 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crowdstrike-falcon",
"version": "0.2.1",
"version": "0.2.2",
"description": "CrowdStrike Falcon API library for browser and node",
"devDependencies": {
"@types/node": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/useragent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class UserAgent {
...context.init,
headers: {
...context.init.headers,
"User-Agent": "falconjs/0.2.1",
"User-Agent": "falconjs/0.2.2",
},
},
};
Expand Down

0 comments on commit 7449e4b

Please sign in to comment.