diff --git a/CHANGELOG.md b/CHANGELOG.md index 185b81f..ab9f760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.0.13](https://github.com/vincentmuriuki/mpesaPhoneValidator/compare/1.0.11...1.0.13) (2022-01-03) + ### [1.0.12](https://github.com/vincentmuriuki/mpesaPhoneValidator/compare/1.0.11...1.0.12) (2022-01-03) ### 1.0.11 (2022-01-03) diff --git a/package-lock.json b/package-lock.json index 048d890..95d1f56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@muriukivincent/mpesaphonevalidator", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@muriukivincent/mpesaphonevalidator", - "version": "1.0.12", + "version": "1.0.13", "license": "MIT", "devDependencies": { "jest": "^27.4.5", diff --git a/package.json b/package.json index d4ce4d2..5e0513c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@muriukivincent/mpesaphonevalidator", - "version": "1.0.12", + "version": "1.0.13", "description": "A package that validates phone numbers you pass to the mpesa API", "main": "index.js", "scripts": {