Skip to content

Commit f7a65dc

Browse files
committed
update version number
1 parent c3f47a6 commit f7a65dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@might/fail",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
44
"exports": {
55
".": "./src/index.ts",
66
"./go": "./src/go/index.ts"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "might-fail",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
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)