Skip to content

Commit

Permalink
🔖 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.5.0](v1.4.1...v1.5.0) (2021-06-09)

## ✨ New Features
- [`fa59253`](fa59253)   Export specific data types functions (Issues: [`#29`](#29))
  • Loading branch information
semantic-release-bot committed Jun 9, 2021
1 parent 08c754d commit fb6677a
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.5.0](https://github.com/TomokiMiyauci/equal/compare/v1.4.1...v1.5.0) (2021-06-09)

## ✨ New Features
- [`fa59253`](https://github.com/TomokiMiyauci/equal/commit/fa59253) Export specific data types functions (Issues: [`#29`](https://github.com/TomokiMiyauci/equal/issues/29))

# [v1.5.0-beta.1](https://github.com/TomokiMiyauci/equal/compare/v1.4.1...v1.5.0-beta.1) (2021-06-09)

## ✨ 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": "lauqe",
"description": "(=equal) TypeScript-first deep equivalence comparison between two values",
"version": "1.5.0-beta.1",
"version": "1.5.0",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.es.d.ts",
Expand Down

0 comments on commit fb6677a

Please sign in to comment.