From 1912f4295b1594b510d489713859fcf022d605c4 Mon Sep 17 00:00:00 2001 From: Dzmitry Hutaryan Date: Wed, 11 Dec 2024 20:13:10 +0100 Subject: [PATCH] release: v16.4.3 --- CHANGELOG.md | 8 ++++++++ projects/mat-timepicker/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470946a..195a933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 16.4.3 + +- fix(inlt): add intl update trigger ([#194](https://github.com/dhutaryan/ngx-mat-timepicker/issues/194)) + # 16.4.2 - fix(intl): add strings for am/pm ([#190](https://github.com/dhutaryan/ngx-mat-timepicker/issues/190)) @@ -55,6 +59,10 @@ - build(deps): bump angular and angular material to v16 ([#95](https://github.com/dhutaryan/ngx-mat-timepicker/pull/95)) +# 15.4.3 + +- fix(inlt): add intl update trigger ([#194](https://github.com/dhutaryan/ngx-mat-timepicker/issues/194)) + # 15.4.2 - fix(intl): add strings for am/pm ([#190](https://github.com/dhutaryan/ngx-mat-timepicker/issues/190)) diff --git a/projects/mat-timepicker/package.json b/projects/mat-timepicker/package.json index 60a4b9f..0eebab3 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.2", + "version": "16.4.3", "license": "MIT", "author": { "name": "Dzmitry Hutaryan"