diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ebc9f0c565a..d1ff0e5dfd42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 7.94.1 + +This release fixes a publishing issue. + ## 7.94.0 ### Important Changes diff --git a/packages/replay-canvas/package.json b/packages/replay-canvas/package.json index 0a495945f2d1..91d5a5403f38 100644 --- a/packages/replay-canvas/package.json +++ b/packages/replay-canvas/package.json @@ -41,6 +41,9 @@ "test:watch": "jest --watch", "yalc:publish": "ts-node ../../scripts/prepack.ts --bundles && yalc publish ./build/npm --push --sig" }, + "publishConfig": { + "access": "public" + }, "repository": { "type": "git", "url": "git+https://github.com/getsentry/sentry-javascript.git"