Skip to content

Commit

Permalink
🔖 1.9.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.9.0-beta.1](v1.8.1-beta.1...v1.9.0-beta.1) (2021-06-04)

## ✨ New Features
- [`d4d7080`](d4d7080)   Add tap function and types of Arity1Fn (Issues: [`#80`](#80))
  • Loading branch information
semantic-release-bot committed Jun 4, 2021
1 parent 5751d85 commit 010aef5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [v1.9.0-beta.1](https://github.com/TomokiMiyauci/fonction/compare/v1.8.1-beta.1...v1.9.0-beta.1) (2021-06-04)

## ✨ New Features
- [`d4d7080`](https://github.com/TomokiMiyauci/fonction/commit/d4d7080) Add tap function and types of Arity1Fn (Issues: [`#80`](https://github.com/TomokiMiyauci/fonction/issues/80))

# [v1.8.1-beta.1](https://github.com/TomokiMiyauci/fonction/compare/v1.8.0...v1.8.1-beta.1) (2021-06-03)

## 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fonction",
"description": "A modern practical functional library",
"version": "1.8.1-beta.1",
"version": "1.9.0-beta.1",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.es.d.ts",
Expand Down

0 comments on commit 010aef5

Please sign in to comment.