Skip to content

Commit

Permalink
chore(main): release 6.8.0 (#270)
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 Feb 14, 2025
1 parent 59d36a9 commit a8fd499
Show file tree
Hide file tree
Showing 3 changed files with 16 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.7.0"
".": "6.8.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [6.8.0](https://github.com/MikuroXina/mini-fn/compare/v6.7.0...v6.8.0) (2025-02-14)


### Features

* Add applicative for ControlFlow and Enforce tests ([#273](https://github.com/MikuroXina/mini-fn/issues/273)) ([d75688d](https://github.com/MikuroXina/mini-fn/commit/d75688d7089c654698a8f816a3d69d8686fad31a))
* Add mapMutRef and Enforce tests ([#271](https://github.com/MikuroXina/mini-fn/issues/271)) ([07861a6](https://github.com/MikuroXina/mini-fn/commit/07861a6a7747ed854f4debb5fc2221a8bc31fd50))
* Improve mapM and Add forM & void variants ([#269](https://github.com/MikuroXina/mini-fn/issues/269)) ([4eb5666](https://github.com/MikuroXina/mini-fn/commit/4eb56669cd50aa20eebf7ee63612990c3be4b1c5))


### Bug Fixes

* Fix bugs and Enforce tests for Map ([#276](https://github.com/MikuroXina/mini-fn/issues/276)) ([1455c5d](https://github.com/MikuroXina/mini-fn/commit/1455c5df0c77fc3e409a497172798567af62ec8b))

## [6.7.0](https://github.com/MikuroXina/mini-fn/compare/v6.6.0...v6.7.0) (2024-10-30)


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.7.0"
"version": "6.8.0"
}

0 comments on commit a8fd499

Please sign in to comment.