From da471e6f1bb9e3314bbdeb17f79d99db8b7f1e23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:06:45 +0900 Subject: [PATCH] chore(main): release 6.7.0 (#266) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ deno.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e54fdbd5..c2140a0c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.6.0" + ".": "6.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8955f08b..0466b01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [6.7.0](https://github.com/MikuroXina/mini-fn/compare/v6.6.0...v6.7.0) (2024-10-30) + + +### Features + +* Add isSomeAnd and isNoneOr ([#265](https://github.com/MikuroXina/mini-fn/issues/265)) ([b4df94d](https://github.com/MikuroXina/mini-fn/commit/b4df94df549645a48ca067abd87a1f4d4d601c85)) +* Add more methods for Result ([#267](https://github.com/MikuroXina/mini-fn/issues/267)) ([ce21d5b](https://github.com/MikuroXina/mini-fn/commit/ce21d5b1e6dc4bbd1369952b745c7f89af1dd790)) + ## [6.6.0](https://github.com/MikuroXina/mini-fn/compare/v6.5.0...v6.6.0) (2024-08-12) diff --git a/deno.json b/deno.json index 4498e762..a8d14452 100644 --- a/deno.json +++ b/deno.json @@ -49,5 +49,5 @@ }, "name": "@mikuroxina/mini-fn", "exports": "./mod.ts", - "version": "6.6.0" + "version": "6.7.0" }