From bed7c98564b403ab3d2973038082652bdb6c92e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 05:08:40 +0000 Subject: [PATCH] chore: release @alauda/doom --- .changeset/dry-fireants-mate.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dry-fireants-mate.md diff --git a/.changeset/dry-fireants-mate.md b/.changeset/dry-fireants-mate.md deleted file mode 100644 index f1e70a84..00000000 --- a/.changeset/dry-fireants-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alauda/doom": patch ---- - -fix: callouts style diff --git a/CHANGELOG.md b/CHANGELOG.md index 8775756e..6d410014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @alauda/doom +## 1.10.2 + +### Patch Changes + +- [#127](https://github.com/alauda/doom/pull/127) [`9068fdf`](https://github.com/alauda/doom/commit/9068fdfc395ec9b4bfba30f42e6831a938c5a54e) Thanks [@JounQin](https://github.com/JounQin)! - fix: callouts style + ## 1.10.1 ### Patch Changes diff --git a/package.json b/package.json index 8ec6c1de..2033077e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@alauda/doom", - "version": "1.10.1", + "version": "1.10.2", "type": "module", "description": "Doctor Doom making docs.", "repository": "git+https://github.com/alauda/doom.git",