Skip to content

Commit 64d6214

Browse files
Version Packages
1 parent 5121236 commit 64d6214

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/thirty-grapes-drum.md

-5
This file was deleted.

.changeset/three-mice-act.md

-5
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# neverthrow
22

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- [#483](https://github.com/supermacro/neverthrow/pull/483) [`96f7f66`](https://github.com/supermacro/neverthrow/commit/96f7f669ac83be705a389d47ed804e9d44a13932) Thanks [@braxtonhall](https://github.com/braxtonhall)! - Fix `combineWithAllErrors` types
8+
9+
- [#563](https://github.com/supermacro/neverthrow/pull/563) [`eadf50c`](https://github.com/supermacro/neverthrow/commit/eadf50c695db896b8841c0ee301ae5eeba994b90) Thanks [@mattpocock](https://github.com/mattpocock)! - Made err() infer strings narrowly for easier error tagging.
10+
311
## 7.0.1
412

513
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neverthrow",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Stop throwing errors, and instead return Results!",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)