diff --git a/.changeset/tough-rice-eat.md b/.changeset/tough-rice-eat.md deleted file mode 100644 index 02b4fd66..00000000 --- a/.changeset/tough-rice-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"neverthrow": patch ---- - -docs: updated README.md about `safeTry` and added @deprecated tag to safeUnwrap diff --git a/CHANGELOG.md b/CHANGELOG.md index 765e0378..f5bce0d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # neverthrow +## 8.1.1 + +### Patch Changes + +- [#600](https://github.com/supermacro/neverthrow/pull/600) [`3aee20a`](https://github.com/supermacro/neverthrow/commit/3aee20a1c429062d26f440fde32a3f26ef05533a) Thanks [@m-shaka](https://github.com/m-shaka)! - docs: updated README.md about `safeTry` and added @deprecated tag to safeUnwrap + ## 8.1.0 ### Minor Changes diff --git a/package.json b/package.json index 3724274c..a27fbec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neverthrow", - "version": "8.1.0", + "version": "8.1.1", "description": "Stop throwing errors, and instead return Results!", "main": "dist/index.cjs.js", "module": "dist/index.es.js",