diff --git a/.changeset/happy-planets-yell.md b/.changeset/happy-planets-yell.md deleted file mode 100644 index 2ec346f8f..000000000 --- a/.changeset/happy-planets-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/ui": patch ---- - -fix: optimize tags input diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e129d07c..fc9115ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 9.1.1 + +### Patch Changes + +- [#591](https://github.com/alauda/ui/pull/591) [`7c1847a`](https://github.com/alauda/ui/commit/7c1847a7b89e5584b43675ab407d59b667119c25) Thanks [@zChanges](https://github.com/zChanges)! - fix: optimize tags input + ## 9.1.0 ### Minor Changes diff --git a/package.json b/package.json index a80800cb7..87e82107b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/ui", - "version": "9.1.0", + "version": "9.1.1", "description": "Angular UI components by Alauda Frontend Team.", "repository": "git+https://github.com/alauda/alauda-ui.git", "author": "Alauda Frontend",