From fb46bad1ac7c6c8e8ac6802fcd2891804326666c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 12:15:37 +0100 Subject: [PATCH] ci: release (#106) Co-authored-by: github-actions[bot] --- .changeset/green-llamas-turn.md | 5 ----- packages/starlight-blog/CHANGELOG.md | 6 ++++++ packages/starlight-blog/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/green-llamas-turn.md diff --git a/.changeset/green-llamas-turn.md b/.changeset/green-llamas-turn.md deleted file mode 100644 index 1b38f58..0000000 --- a/.changeset/green-llamas-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'starlight-blog': patch ---- - -Adds support for passing [`Infinity`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Infinity) to the [`postCount`](https://starlight-blog-docs.vercel.app/configuration#postcount) and [`recentPostCount`](https://starlight-blog-docs.vercel.app/configuration#recentpostcount) configuration options. diff --git a/packages/starlight-blog/CHANGELOG.md b/packages/starlight-blog/CHANGELOG.md index 9dfc0dc..92b2ad6 100644 --- a/packages/starlight-blog/CHANGELOG.md +++ b/packages/starlight-blog/CHANGELOG.md @@ -1,5 +1,11 @@ # starlight-blog +## 0.16.1 + +### Patch Changes + +- [#105](https://github.com/HiDeoo/starlight-blog/pull/105) [`4ce050c`](https://github.com/HiDeoo/starlight-blog/commit/4ce050c9e6317d2cb3b7329e84aa9b0a5aa02cb5) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds support for passing [`Infinity`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Infinity) to the [`postCount`](https://starlight-blog-docs.vercel.app/configuration#postcount) and [`recentPostCount`](https://starlight-blog-docs.vercel.app/configuration#recentpostcount) configuration options. + ## 0.16.0 ### Minor Changes diff --git a/packages/starlight-blog/package.json b/packages/starlight-blog/package.json index f81f1b8..f0ba4fe 100644 --- a/packages/starlight-blog/package.json +++ b/packages/starlight-blog/package.json @@ -1,6 +1,6 @@ { "name": "starlight-blog", - "version": "0.16.0", + "version": "0.16.1", "license": "MIT", "description": "Starlight plugin to add a blog to your documentation.", "author": "HiDeoo (https://hideoo.dev)",