Skip to content

Commit

Permalink
🔖 1.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.0.0-beta.4](v1.0.0-beta.3...v1.0.0-beta.4) (2021-04-16)

## ✨ New Features
- [`11270ab`](11270ab)   Add startsWith and endsWith functions

## 🐛 Bug Fixes
- [`c3cf1f2`](c3cf1f2)   Fix return type what optimize type guard
  • Loading branch information
semantic-release-bot committed Apr 16, 2021
1 parent c3cf1f2 commit 3da9310
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 @@
# [v1.0.0-beta.4](https://github.com/TomokiMiyauci/fonction/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2021-04-16)

## ✨ New Features
- [`11270ab`](https://github.com/TomokiMiyauci/fonction/commit/11270ab) Add startsWith and endsWith functions

## 🐛 Bug Fixes
- [`c3cf1f2`](https://github.com/TomokiMiyauci/fonction/commit/c3cf1f2) Fix return type what optimize type guard

# [v1.0.0-beta.3](https://github.com/TomokiMiyauci/fonction/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2021-04-15)

## ✨ 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": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.es.d.ts",
Expand Down

0 comments on commit 3da9310

Please sign in to comment.