Skip to content

Commit

Permalink
release: version 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBerry committed Mar 2, 2022
1 parent 084068c commit 82246de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sajari/sdk-js",
"description": "Sajari JavaScript SDK",
"version": "2.9.0",
"version": "2.10.0",
"main": "dist/index.js",
"umd:main": "dist/sajarisdk.umd.production.js",
"module": "dist/sajarisdk.esm.production.js",
Expand Down
1 change: 0 additions & 1 deletion scripts/gen-useragent.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if (scriptTag) {
export const USER_AGENT = ["sajari-sdk-js/${pkg.version}", suffix]
.filter(Boolean)
.join(" ");
`;

fs.writeFileSync(path.join(__dirname, "../src/user-agent.ts"), template);
2 changes: 1 addition & 1 deletion src/user-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ if (scriptTag) {
* user agent of sdk
* @hidden
*/
export const USER_AGENT = ["sajari-sdk-js/2.9.0", suffix]
export const USER_AGENT = ["sajari-sdk-js/2.10.0", suffix]
.filter(Boolean)
.join(" ");

0 comments on commit 82246de

Please sign in to comment.