@lykmapipo/phone 0.7.15 → 0.7.16

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ #### 0.7.16 (2021-09-06)
2
+
3
+ ##### Documentation Changes
4
+
5
+ * **readme:** update build status to travis.com ([ccc43a97](https://github.com/lykmapipo/phone/commit/ccc43a977bbbbf446a81d24c27c37c213e810e39))
6
+
1
7
  #### 0.7.15 (2021-08-09)
2
8
 
3
9
  ##### Chores
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # phone
2
2
 
3
- [![Build Status](https://travis-ci.org/lykmapipo/phone.svg?branch=master)](https://travis-ci.org/lykmapipo/phone)
3
+ [![Build Status](https://travis-ci.com/lykmapipo/phone.svg?branch=master)](https://travis-ci.com/lykmapipo/phone)
4
4
  [![Dependencies Status](https://david-dm.org/lykmapipo/phone.svg)](https://david-dm.org/lykmapipo/phone)
5
5
  [![Coverage Status](https://coveralls.io/repos/github/lykmapipo/phone/badge.svg?branch=master)](https://coveralls.io/github/lykmapipo/phone?branch=master)
6
6
  [![GitHub License](https://img.shields.io/github/license/lykmapipo/phone)](https://github.com/lykmapipo/phone/blob/master/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lykmapipo/phone",
3
- "version": "0.7.15",
3
+ "version": "0.7.16",
4
4
  "description": "Helper utilities for parsing and validate phone numbers",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",