diff --git a/CHANGELOG.md b/CHANGELOG.md index a184d0960..6e9fa4bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,20 @@ This release contains the support for adding custom styles by exporting the comp * Enable support of theming by accessing to MatMenu subcomponent ([#63](https://github.com/tanansatpal/ngx-mat-intl-tel-input/issues/63)) -# 3.2.0 (2020-09-01) +# 3.2.1 (2020-09-01) This release contains the support for updating the input placeholder ### Features * Enable support of changing the placeholder for the input ([#54](https://github.com/tanansatpal/ngx-mat-intl-tel-input/issues/54)) + + +# 3.2.2 (2020-09-09) + +This release contains the support for as-you-type formatting + +### Features + +* Enable searching by the dial code +* Implement "as-you-type" formatting ([#58](https://github.com/tanansatpal/ngx-mat-intl-tel-input/issues/58)) diff --git a/package-lock.json b/package-lock.json index fcb89ca99..fa4da1501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-mat-intl-tel-input", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f859c18b..9d6028ee2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-mat-intl-tel-input", - "version": "3.2.1", + "version": "3.2.2", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngx-mat-intl-tel-input/package-lock.json b/projects/ngx-mat-intl-tel-input/package-lock.json index c274594da..b56ef1cfc 100644 --- a/projects/ngx-mat-intl-tel-input/package-lock.json +++ b/projects/ngx-mat-intl-tel-input/package-lock.json @@ -1,5 +1,5 @@ { "name": "ngx-mat-intl-tel-input", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 1 } diff --git a/projects/ngx-mat-intl-tel-input/package.json b/projects/ngx-mat-intl-tel-input/package.json index 5947f3b63..4918226c8 100644 --- a/projects/ngx-mat-intl-tel-input/package.json +++ b/projects/ngx-mat-intl-tel-input/package.json @@ -1,6 +1,6 @@ { "name": "ngx-mat-intl-tel-input", - "version": "3.2.1", + "version": "3.2.2", "peerDependencies": { "@angular/common": "~9.0.0", "@angular/core": "~9.0.0",