summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-06-10 10:54:36 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-10 13:54:36 -0400
commit4f7091206c62f6546abdbdb895035b052cf383af (patch)
tree0f7c1bccc03520a5f9220daa4c0589584609d851 /packages/integrations/markdoc/CHANGELOG.md
parent0a8d178c90f033fbba40666c54bcfc58c53ac905 (diff)
downloadastro-93eb974934680574e346cc3deaee0ec05c09cf7f.tar.gz
astro-93eb974934680574e346cc3deaee0ec05c09cf7f.tar.zst
astro-93eb974934680574e346cc3deaee0ec05c09cf7f.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/markdoc/CHANGELOG.md')
-rw-r--r--packages/integrations/markdoc/CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
index ff4e02c2a..0a484dd4b 100644
--- a/packages/integrations/markdoc/CHANGELOG.md
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/markdoc
+## 0.3.3
+
+### Patch Changes
+
+- [#7351](https://github.com/withastro/astro/pull/7351) [`a30f2f3de`](https://github.com/withastro/astro/commit/a30f2f3de440c39c88a4e0ed3f47064a6b5a54f7) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix cloudflare build errors for a bad "./config" entrypoint and "node:crypto" getting included unexpectedly.
+
+- [#7341](https://github.com/withastro/astro/pull/7341) [`491c2db42`](https://github.com/withastro/astro/commit/491c2db424434167327e780ad57b8f665498003d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Improve error message for unsupported Zod transforms from the content config.
+
+- Updated dependencies [[`491c2db42`](https://github.com/withastro/astro/commit/491c2db424434167327e780ad57b8f665498003d), [`0a8d178c9`](https://github.com/withastro/astro/commit/0a8d178c90f033fbba40666c54bcfc58c53ac905)]:
+ - astro@2.6.3
+
## 0.3.2
### Patch Changes