File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ we should rename this section to "Unreleased" -->
2929The following changes only apply when using `sentry-cli` via the npm package [`@sentry/cli`](https://www.npmjs.com/package/@sentry/cli):
3030
3131- Drop support for Node.js <18. The minimum required Node.js version is now 18.0.0 ([#2985](https://github.com/getsentry/sentry-cli/issues/2985)).
32+ - The type export `SentryCliReleases` has been removed
3233- The JavaScript wrapper now uses named exports instead of default exports ([#2989](https://github.com/getsentry/sentry-cli/pull/2989))
3334. You need to update your imports:
3435 ```js
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export type {
1111 SourceMapsPathDescriptor ,
1212 SentryCliNewDeployOptions ,
1313 SentryCliCommitsOptions ,
14- SentryCliReleases ,
1514} from './types' ;
1615
1716/**
You can’t perform that action at this time.
0 commit comments