diff --git a/README.md b/README.md index 1d4e301..29e49bf 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ If you know that our rule is wrong, or can add more validation to make this npm Please open an issue and let us know. ## Change Log +* 1.0.8 Apply pull request #53, 54 + * 1.0.7 Apply pull request #48 * 1.0.6 Apply pull request #30, #45, #46 diff --git a/package.json b/package.json index c5e1894..b03749a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phone", - "version": "1.0.7", + "version": "1.0.8", "description": "With a given country and phone number, validate and format the phone number to E.164 standard", "main": "./lib/index", "engines": {