From 38165f964ab3fd59dd41aa9908a6f2405c150c0e Mon Sep 17 00:00:00 2001 From: DeBio DevOps <92095923+debiodevops@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:56:32 +0700 Subject: [PATCH] chore(main): release 2.6.4 (#955) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 176b81ee..28f9645c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.6.4](https://github.com/debionetwork/debio-customer-ui/compare/2.6.3...2.6.4) (2024-02-13) + + +### Bug Fixes + +* password ([a1d87db](https://github.com/debionetwork/debio-customer-ui/commit/a1d87db5927be5adb2c6140e3838394937c72318)) +* some special character not accepted in password field ([#954](https://github.com/debionetwork/debio-customer-ui/issues/954)) ([a1d87db](https://github.com/debionetwork/debio-customer-ui/commit/a1d87db5927be5adb2c6140e3838394937c72318)) + ## [2.6.3](https://github.com/debionetwork/debio-customer-ui/compare/2.6.2...2.6.3) (2024-01-17) diff --git a/package-lock.json b/package-lock.json index 799b6b89..6999f5e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "debio-customer-ui", - "version": "2.6.3", + "version": "2.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "debio-customer-ui", - "version": "2.6.3", + "version": "2.6.4", "license": "AGPL-3.0", "dependencies": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index b059c6a1..8d63c77c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debio-customer-ui", - "version": "2.6.3", + "version": "2.6.4", "private": true, "license": "AGPL-3.0", "author": "DeBio Dev Team ",