Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Nov 1, 2020
1 parent 2ad1433 commit 8ffc55a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0](https://github.com/reacherhq/reacher-js/compare/v0.1.5...v0.2.0) (2020-11-01)


### ⚠ BREAKING CHANGES

* The `checkEmail` function has been renamed to `checkSingle`.

### Features

* Add batch email verification ([#43](https://github.com/reacherhq/reacher-js/issues/43)) ([2ad1433](https://github.com/reacherhq/reacher-js/commit/2ad14332c9fbee1d87cd52d9283f912a0965b775))

### [0.1.5](https://github.com/reacherhq/reacher-js/compare/v0.1.2...v0.1.5) (2020-08-23)

### 0.1.2 (2020-07-12)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reacherhq/api",
"version": "0.1.5",
"version": "0.2.0",
"author": "Amaury Martiny <[email protected]>",
"description": "Check if an email address exists without sending any email.",
"files": [
Expand Down

0 comments on commit 8ffc55a

Please sign in to comment.