Skip to content

Commit

Permalink
Bumped version into v7.0.2
Browse files Browse the repository at this point in the history
Bug fixes:

* #302: Remove package-lock.json
* #283: Fix: invoke onPhoneNumberChange callback with formatted value on init instead of unformatted value from previous state
* #300: fixed bug with pasting number over another number
* #299: Use cross-env to solve cross platforms issue (scripts with node env variables)

Docs:

* #298: Update LICENSE
* #297: Update README.md
* #294: Removed bash highlighting for npm/yarn commands in README
  • Loading branch information
patw0929 committed Oct 9, 2019
1 parent 5a3f67c commit 6f62496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-tel-input",
"version": "7.0.1",
"version": "7.0.2",
"description": "Telephone input component. Rewrite intl-tel-input in React.js.",
"author": "patw",
"keywords": [
Expand Down

0 comments on commit 6f62496

Please sign in to comment.