Skip to content

Commit

Permalink
chore(main): release 6.7.0 (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 30, 2024
1 parent ce21d5b commit da471e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.6.0"
".": "6.7.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
},
"name": "@mikuroxina/mini-fn",
"exports": "./mod.ts",
"version": "6.6.0"
"version": "6.7.0"
}

0 comments on commit da471e6

Please sign in to comment.