diff --git a/README.md b/README.md index ab572e9..82f61f8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ There is as well a filter to format a number in either international or national ## Getting Started 1. Install the requirements + ```bash + bower install https://github.com/pierre-vigier/intlpnIonic.git#0.1.8 --save + ``` 2. Link the stylesheet ```html diff --git a/bower.json b/bower.json index 44de0f8..7cb0860 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "intlpnIonic", - "version": "0.1.7", + "version": "0.1.8", "homepage": "https://github.com/pierre-vigier/intlpnIonic", "authors": [ "Pierre Vigier" diff --git a/changes.md b/changes.md index 2796f3d..6b8d5e0 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,21 @@ +## version v0.1.8 + * Update version of libphonenumber + +## version v0.1.7 + * Version discepencies fix + +## version v0.1.6 + * Missing countries + +## version v0.1.5 + * Filter intlpnFormat exposed for number formatting (international or national) + +## version v0.1.4 + * Bug fixes + +## version v0.1.3 + * Binding of dial code and country code to variable + ## version v0.1.2 * Bug fix in search bar title