Skip to content

Commit

Permalink
chore: release 2.5.0 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: Tuan Dao <[email protected]>
  • Loading branch information
tuanddd and Tuan Dao authored Dec 1, 2021
1 parent 251eace commit 1368767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.0",
"version": "2.5.0",
"main": "dist/index.js",
"umd:main": "dist/sajarisdk.umd.production.js",
"module": "dist/sajarisdk.esm.production.js",
Expand Down
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.4.0", suffix]
export const USER_AGENT = ["sajari-sdk-js/2.5.0", suffix]
.filter(Boolean)
.join(" ");

0 comments on commit 1368767

Please sign in to comment.