Skip to content

Commit

Permalink
version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
meech-ward committed Dec 11, 2024
1 parent 69d091f commit 2d45bc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [0.7.3] - 2024-12-11

### Changed
- Fixed the error type to make it more generic and consistent with TS: https://github.com/might-fail/ts/issues/20

## [0.7.2] - 2024-11-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@might/fail",
"version": "0.7.2",
"version": "0.7.3",
"exports": {
".": "./src/index.ts",
"./go": "./src/go/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "might-fail",
"version": "0.7.2",
"version": "0.7.3",
"description": "A better way to handle errors in JavaScript and TypeScript. Handle async and sync errors without `try` and `catch` blocks.",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 2d45bc0

Please sign in to comment.