Skip to content

Commit

Permalink
chore(main): release 6.4.0 (#235)
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
1 parent 74b0f0e commit b5f978d
Show file tree
Hide file tree
Showing 3 changed files with 15 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.3.1"
".": "6.4.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [6.4.0](https://github.com/MikuroXina/mini-fn/compare/v6.3.1...v6.4.0) (2024-07-15)


### Features

* Add functor and Enforce tests for Result ([#239](https://github.com/MikuroXina/mini-fn/issues/239)) ([74b0f0e](https://github.com/MikuroXina/mini-fn/commit/74b0f0e2958f9032367dcdd35e1e5942c587a027))
* Add split export for Func and Enforce tests ([#234](https://github.com/MikuroXina/mini-fn/issues/234)) ([6201474](https://github.com/MikuroXina/mini-fn/commit/6201474bc6da5f94833be51b441821a0ed2e4a0a))


### Bug Fixes

* Fix bugs and enforce tests for List ([#237](https://github.com/MikuroXina/mini-fn/issues/237)) ([a61df25](https://github.com/MikuroXina/mini-fn/commit/a61df25292eacb3186527ef3463c025f266882e5))

## [6.3.1](https://github.com/MikuroXina/mini-fn/compare/v6.3.0...v6.3.1) (2024-05-26)


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.3.1"
"version": "6.4.0"
}

0 comments on commit b5f978d

Please sign in to comment.