Skip to content

Commit fb29403

Browse files
authored
Merge pull request #566 from supermacro/changeset-release/master
2 parents 2e72aa3 + 577e683 commit fb29403

5 files changed

+14
-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

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

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- [#467](https://github.com/supermacro/neverthrow/pull/467) [`4b9d2fd`](https://github.com/supermacro/neverthrow/commit/4b9d2fdaf03223945068509f948b57194732aa03) Thanks [@untidy-hair
8+
](https://github.com/untidy-hair)! - feat: add `andTee` and `andThrough` to handle side-effect
9+
10+
### Patch Changes
11+
12+
- [#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
13+
14+
- [#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.
15+
316
## 7.0.1
417

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