diff --git a/CHANGELOG.md b/CHANGELOG.md index b364c3f..470946a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 16.4.2 + +- fix(intl): add strings for am/pm ([#190](https://github.com/dhutaryan/ngx-mat-timepicker/issues/190)) + # 16.4.1 - fixed incorrect @include statement ([#176](https://github.com/dhutaryan/ngx-mat-timepicker/issues/180)) @@ -51,9 +55,13 @@ - build(deps): bump angular and angular material to v16 ([#95](https://github.com/dhutaryan/ngx-mat-timepicker/pull/95)) +# 15.4.2 + +- fix(intl): add strings for am/pm ([#190](https://github.com/dhutaryan/ngx-mat-timepicker/issues/190)) + # 15.4.1 -- fixed incorrect @include statement ([#176](https://github.com/dhutaryan/ngx-mat-timepicker/issues/180)) +- fixed incorrect @include statement ([#180](https://github.com/dhutaryan/ngx-mat-timepicker/issues/180)) # 15.4.0 diff --git a/projects/mat-timepicker/package.json b/projects/mat-timepicker/package.json index bbe7fb4..60a4b9f 100644 --- a/projects/mat-timepicker/package.json +++ b/projects/mat-timepicker/package.json @@ -1,7 +1,7 @@ { "name": "@dhutaryan/ngx-mat-timepicker", "description": "Angular imepicker to add time which is based on material design and Angular material.", - "version": "16.4.1", + "version": "16.4.2", "license": "MIT", "author": { "name": "Dzmitry Hutaryan"