diff --git a/.changeset/tiny-swans-look.md b/.changeset/tiny-swans-look.md
deleted file mode 100644
index b65c253..0000000
--- a/.changeset/tiny-swans-look.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-"astro-loader-bluesky-posts": major
----
-
-Support loading Bluesky posts using [AT-URI](https://atproto.com/specs/at-uri-scheme)
-- Customizable HTML generation for posts (e.g., render posts with `` using `render(entry)`)
-- Configurable thread loading and recursive filtering of the post author's replies
diff --git a/packages/astro-loader-bluesky-posts/CHANGELOG.md b/packages/astro-loader-bluesky-posts/CHANGELOG.md
new file mode 100644
index 0000000..e4b26ac
--- /dev/null
+++ b/packages/astro-loader-bluesky-posts/CHANGELOG.md
@@ -0,0 +1,9 @@
+# astro-loader-bluesky-posts
+
+## 1.0.0
+
+### Major Changes
+
+- Support loading Bluesky posts using [AT-URI](https://atproto.com/specs/at-uri-scheme) ([`bdaeced`](https://github.com/lin-stephanie/astro-loaders/commit/bdaeced70ec65483c742f199d7a15a620d89c138))
+ - Customizable HTML generation for posts (e.g., render posts with `` using `render(entry)`)
+ - Configurable thread loading and recursive filtering of the post author's replies
diff --git a/packages/astro-loader-bluesky-posts/package.json b/packages/astro-loader-bluesky-posts/package.json
index b09e883..0e11893 100644
--- a/packages/astro-loader-bluesky-posts/package.json
+++ b/packages/astro-loader-bluesky-posts/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-loader-bluesky-posts",
- "version": "0.0.0",
+ "version": "1.0.0",
"description": "Astro loader for loading Bluesky posts and threads using AT-URI.",
"author": "Stephanie Lin ",
"license": "MIT",