Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
meech-ward committed Oct 27, 2024
1 parent c3f47a6 commit f7a65dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6.3",
"version": "0.7.0",
"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.6.3",
"version": "0.7.0",
"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 f7a65dc

Please sign in to comment.