Skip to content

Commit

Permalink
🔖 1.0.0-beta.14 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.0.0-beta.14](v1.0.0-beta.13...v1.0.0-beta.14) (2021-06-08)

## ✨ New Features
- [`7520c1b`](7520c1b)   Add utility for cast
  • Loading branch information
semantic-release-bot committed Jun 8, 2021
1 parent 7520c1b commit c0de1d0
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.0.0-beta.14](https://github.com/TomokiMiyauci/is-valid/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2021-06-08)

## ✨ New Features
- [`7520c1b`](https://github.com/TomokiMiyauci/is-valid/commit/7520c1b) Add utility for cast

# [v1.0.0-beta.13](https://github.com/TomokiMiyauci/is-valid/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2021-06-08)

## 🐛 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": "@miyauci/is-valid",
"description": "A pure functional validator with composite function and validation utilities",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.es.d.ts",
Expand Down

0 comments on commit c0de1d0

Please sign in to comment.