From 35dae5f0970ff90e8b15b77db44b341666b14a22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Sep 2024 19:36:27 +0000 Subject: [PATCH] Version Packages --- .changeset/safeTryAsyncResult.md | 5 ----- CHANGELOG.md | 8 +++++++- package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/safeTryAsyncResult.md diff --git a/.changeset/safeTryAsyncResult.md b/.changeset/safeTryAsyncResult.md deleted file mode 100644 index fe7ed3c7..00000000 --- a/.changeset/safeTryAsyncResult.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'neverthrow': minor ---- - -change the return type of `safeTry` to be `ResultAsync` instead of `Promise>` for better composability diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fbb517..d5361bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # neverthrow +## 7.2.0 + +### Minor Changes + +- [#562](https://github.com/supermacro/neverthrow/pull/562) [`547352f`](https://github.com/supermacro/neverthrow/commit/547352f326206b2c5b403bde4ddc88825172f25c) Thanks [@sharno](https://github.com/sharno)! - change the return type of `safeTry` to be `ResultAsync` instead of `Promise>` for better composability + ## 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 + ](https://github.com/untidy-hair)! - feat: add `andTee` and `andThrough` to handle side-effect ### Patch Changes diff --git a/package.json b/package.json index 0c48900d..d574a70d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "neverthrow", - "version": "7.1.0", + "version": "7.2.0", "description": "Stop throwing errors, and instead return Results!", "main": "dist/index.cjs.js", "module": "dist/index.es.js",