Skip to content

Commit 5d03c1d

Browse files
committed
fixup! feat: Move javascript files to native typescript
1 parent 5ab54a6 commit 5d03c1d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ we should rename this section to "Unreleased" -->
2929
The 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

lib/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export type {
1111
SourceMapsPathDescriptor,
1212
SentryCliNewDeployOptions,
1313
SentryCliCommitsOptions,
14-
SentryCliReleases,
1514
} from './types';
1615

1716
/**

0 commit comments

Comments
 (0)