From ee2af85792b88709a3cd5dc33a8a8a1f9027dea9 Mon Sep 17 00:00:00 2001 From: hugh <9026053+hughjdavey@users.noreply.github.com> Date: Fri, 11 Nov 2022 21:01:36 +0000 Subject: [PATCH] Release 1.6.4 Fix issue where `readonly` stars could still be set to 0 (courtesy of [@gonzalo-lorieto](https://github.com/gonzalo-lorieto)) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9674a8..0915aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.6.4 (11/11/2022) + +* Fix issue where `readonly` stars could still be set to 0 (courtesy of [@gonzalo-lorieto](https://github.com/gonzalo-lorieto)) + ## 1.6.3 (09/06/2022) * Fix issue with importing library in external projects by publishing dist instead of src diff --git a/package.json b/package.json index 7398cf9..eb28cef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-stars", - "version": "1.6.3", + "version": "1.6.4", "description": "Simple stars rating component for Angular >= 2", "repository": { "type": "git",