Skip to content

Latest commit

History

History
40 lines (21 loc) 路 2.34 KB

CHANGELOG.md

File metadata and controls

40 lines (21 loc) 路 2.34 KB

@changesets/errors

0.2.0

Minor Changes

  • #1185 a971652 Thanks @Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

0.1.4

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

  • 8f0a1ef #183 Thanks @mitchellhamilton! - Add InternalError for errors which are unexpected and if they occur, an issue should be opened. The CLI catches the error and logs a link for users to open an issue with the error and versions of Node and Changesets filled in

  • 8f0a1ef #183 Thanks @mitchellhamilton! - Add PreExitButNotInPreModeError and PreEnterButInPreModeError

0.1.1

Patch Changes

  • 5ababa0 #201 Thanks @ajaymathur! - - Added ExitError class and ValidationError class
    • Extend extendable-error in our error classes instead of JS Error class due to better Error messages thrown

0.1.0

Minor Changes