File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.7.3] - 2024-12-11
6
+
7
+ ### Changed
8
+ - Fixed the error type to make it more generic and consistent with TS: https://github.com/might-fail/ts/issues/20
9
+
5
10
## [ 0.7.2] - 2024-11-30
6
11
7
12
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @might/fail" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.7.3 " ,
4
4
"exports" : {
5
5
"." : " ./src/index.ts" ,
6
6
"./go" : " ./src/go/index.ts"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " might-fail" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.7.3 " ,
4
4
"description" : " A better way to handle errors in JavaScript and TypeScript. Handle async and sync errors without `try` and `catch` blocks." ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments