Skip to content

Commit 2d45bc0

Browse files
committed
version 0.7.3
1 parent 69d091f commit 2d45bc0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
510
## [0.7.2] - 2024-11-30
611

712
### Changed

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@might/fail",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"exports": {
55
".": "./src/index.ts",
66
"./go": "./src/go/index.ts"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "might-fail",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "A better way to handle errors in JavaScript and TypeScript. Handle async and sync errors without `try` and `catch` blocks.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)