Skip to content

Commit 471eb5c

Browse files
committed
Version 5.8.1 (#142)
1 parent 48c0535 commit 471eb5c

File tree

9 files changed

+14
-22
lines changed

9 files changed

+14
-22
lines changed

.github/workflows/inspections.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 5.8.1 (28th November 2025)
2+
#### Fixed
3+
- Updated npm dependencies to resolve reported security warnings.
4+
5+
---
6+
17
### Version 5.8.0 (23rd September 2025)
28
#### Added
39
- Added support for configuring store information. You can now specify the store name and store app ID using `initSdk` method. This enables the SDK to record the intended app store source.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.8.0
1+
5.8.1

dist/INTEGRITY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha384-YR61L/f7VPKFN/TX5B8GpDD7MJlerBFDvNVnKIp7ac2uwHHlP0O9mdOw5aDZ4T/6
1+
sha384-1ZPQ5GaavqirPlG0l1se1W9jQqKfmtxYXiFpHPM+OMWOadv1m/oyA/erBjvdsr1n

dist/adjust-latest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ function isLocalStorageSupported() /*: boolean*/{
400400
|}*/
401401
var Globals = {
402402
namespace: "adjust-sdk" || 0,
403-
version: "5.8.0" || 0,
403+
version: "5.8.1" || 0,
404404
env: "production"
405405
};
406406
/* harmony default export */ const globals = (Globals);

dist/adjust-latest.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sdk.snippet-sri.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "@adjustcom/adjust-web-sdk",
3-
"version": "5.8.0",
3+
"version": "5.8.1",
44
"description": "This is the guide to the Javascript SDK of Adjust™ for web sites or web apps. You can read more about Adjust™ at [adjust.com].",
55
"scripts": {
66
"build:demo": "webpack --mode production --config webpack.demo.config.js",

0 commit comments

Comments
 (0)