We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c600ac8 commit 80fc768Copy full SHA for 80fc768
packages/utils/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sentry/utils",
3
- "version": "8.4.0",
+ "version": "8.5.0",
4
"description": "Utilities for all Sentry JavaScript SDKs",
5
"repository": "git://github.com/getsentry/sentry-javascript.git",
6
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/utils",
@@ -67,6 +67,7 @@
67
"test": "jest",
68
"test:watch": "jest --watch",
69
"test:package": "node test/types/index.js",
70
+ "version": "node ../../scripts/versionbump.js src/version.ts",
71
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push --sig"
72
},
73
"volta": {
0 commit comments