Skip to content

Commit

Permalink
postrelease 0.19.1 (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
t2t2 authored Sep 18, 2024
1 parent 7807551 commit 38d26fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 packages/web/integration-tests/tests/cdn/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = {
);
await browser.assert.strictEqual(
rumScriptFetchSpan.tags['splunk.rumVersion'],
'0.19.0'
'0.19.1'
);
},
};
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"body-parser": "^1.20.2",
"chai": "^4.3.7",
"chrome-launcher": "^1.0.0",
"chromedriver": "^126.0.2",
"chromedriver": "^128.0.3",
"codecov": "^3.8.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
Expand Down

0 comments on commit 38d26fe

Please sign in to comment.