Skip to content

Commit

Permalink
Merge pull request #566 from supermacro/changeset-release/master
Browse files Browse the repository at this point in the history
  • Loading branch information
supermacro authored Aug 29, 2024
2 parents 2e72aa3 + 577e683 commit fb29403
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-pans-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-grapes-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-mice-act.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# neverthrow

## 7.1.0

### Minor Changes

- [#467](https://github.com/supermacro/neverthrow/pull/467) [`4b9d2fd`](https://github.com/supermacro/neverthrow/commit/4b9d2fdaf03223945068509f948b57194732aa03) Thanks [@untidy-hair
](https://github.com/untidy-hair)! - feat: add `andTee` and `andThrough` to handle side-effect

### Patch Changes

- [#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

- [#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.

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neverthrow",
"version": "7.0.1",
"version": "7.1.0",
"description": "Stop throwing errors, and instead return Results!",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit fb29403

Please sign in to comment.