Skip to content

Commit e4d4535

Browse files
Version Packages
1 parent 2e72aa3 commit e4d4535

5 files changed

+13
-16
lines changed

.changeset/mighty-pans-promise.md

-5
This file was deleted.

.changeset/thirty-grapes-drum.md

-5
This file was deleted.

.changeset/three-mice-act.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- [#575](https://github.com/supermacro/neverthrow/pull/575) [`456352e`](https://github.com/supermacro/neverthrow/commit/456352e1099f8dbfd169abdae999785089b5d8f9) Thanks [@m-shaka](https://github.com/m-shaka)! - feat: add `andTee` and `andThrough` to handle side-effect
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
- [#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.
14+
315
## 7.0.1
416

517
### 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.1.0",
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)