Skip to content

Commit a379a94

Browse files
Version Packages
1 parent e72e9cd commit a379a94

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/three-mice-act.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 7.0.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 7.0.1
410

511
### 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)