wrangler-action/node_modules/@changesets/errors/CHANGELOG.md
2023-08-07 15:11:15 -05:00

2 KiB

@changesets/errors

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

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