From 60a3b7cfd231d20a9528a490bdcce79196c79bd0 Mon Sep 17 00:00:00 2001 From: Seongsil Yoo Date: Thu, 16 Oct 2025 11:37:25 +0900 Subject: [PATCH] chore: release v1.10.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8baae1e..59472c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.10.1](https://github.com/comento/comento-ui/compare/v1.10.0...v1.10.1) (2025-10-16) + + +### Bug Fixes + +* 디자인시스템 QA 이슈 수정 ([#1195](https://github.com/comento/comento-ui/issues/1195)) ([0636f06](https://github.com/comento/comento-ui/commit/0636f064c8a38818cffa3e9dd370acacb65a2a3f)) +* 자동완성 색상 힌트 추가 ([#1196](https://github.com/comento/comento-ui/issues/1196)) ([465c11d](https://github.com/comento/comento-ui/commit/465c11d675e77523e78ea638aa36a36c31c993c6)) + + + # [1.10.0](https://github.com/comento/comento-ui/compare/v1.9.1...v1.10.0) (2025-08-27) diff --git a/package.json b/package.json index e65ec368..83afaea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "comento-ui", - "version": "1.10.0", + "version": "1.10.1", "license": "MIT", "main": "dist/comento-ui.common.js", "repository": {