Skip to content

Commit

Permalink
🔖 2.1.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [v2.1.0-beta.2](v2.1.0-beta.1...v2.1.0-beta.2) (2021-07-02)

## ✨ New Features
- [`f8458f5`](f8458f5)   Add types of Tail

## 🐛 Bug Fixes
- [`ed088ba`](ed088ba)   Improve type inference
  • Loading branch information
semantic-release-bot committed Jul 2, 2021
1 parent 1fc26c1 commit c808a01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [v2.1.0-beta.2](https://github.com/TomokiMiyauci/fonction/compare/v2.1.0-beta.1...v2.1.0-beta.2) (2021-07-02)

## ✨ New Features
- [`f8458f5`](https://github.com/TomokiMiyauci/fonction/commit/f8458f5) Add types of Tail

## 🐛 Bug Fixes
- [`ed088ba`](https://github.com/TomokiMiyauci/fonction/commit/ed088ba) Improve type inference

# [v2.1.0-beta.1](https://github.com/TomokiMiyauci/fonction/compare/v2.0.0...v2.1.0-beta.1) (2021-06-29)

## ✨ New Features
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": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.es.d.ts",
Expand Down

0 comments on commit c808a01

Please sign in to comment.