mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-29 21:24:45 +01:00
2 KiB
2 KiB
@changesets/errors
0.1.4
Patch Changes
1706fb7
#321 Thanks @mitchellhamilton! - Fix TypeScript declarations
0.1.3
Patch Changes
0.1.2
Patch Changes
8f0a1ef
#183 Thanks @mitchellhamilton! - AddInternalError
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! - AddPreExitButNotInPreModeError
andPreEnterButInPreModeError
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
94de7c1
#173 Thanks @ajaymathur! - Create package withGitError