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 Nov 30, 2024
1 parent b36e92a commit 2247000
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.2] - 2024-11-30

### Changed
- Removed `NotUndefined` type. https://github.com/might-fail/ts/issues/20

## [0.7.0] - 2024-10-27


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.1",
"version": "0.7.2",
"exports": {
".": "./src/index.ts",
"./go": "./src/go/index.ts"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1",
"version": "0.7.2",
"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 2247000

Please sign in to comment.