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)",