summaryrefslogtreecommitdiff
path: root/packages/markdown/component
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/component')
-rw-r--r--packages/markdown/component/CHANGELOG.md6
-rw-r--r--packages/markdown/component/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/markdown/component/CHANGELOG.md b/packages/markdown/component/CHANGELOG.md
index 51cfaa7e3..ad8e52412 100644
--- a/packages/markdown/component/CHANGELOG.md
+++ b/packages/markdown/component/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-component
+## 1.0.4
+
+### Patch Changes
+
+- [#7104](https://github.com/withastro/astro/pull/7104) [`826e02890`](https://github.com/withastro/astro/commit/826e0289005f645b902375b98d5549c6a95ccafa) Thanks [@bluwy](https://github.com/bluwy)! - Specify `"files"` field to only publish necessary files
+
## 1.0.3
### Patch Changes
diff --git a/packages/markdown/component/package.json b/packages/markdown/component/package.json
index 5cfcfdc7e..73e6a8315 100644
--- a/packages/markdown/component/package.json
+++ b/packages/markdown/component/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/markdown-component",
"description": "Use the legacy Markdown component in your Astro site",
- "version": "1.0.3",
+ "version": "1.0.4",
"type": "module",
"author": "withastro",
"license": "MIT",