diff options
author | 2023-07-19 00:32:32 -0700 | |
---|---|---|
committer | 2023-07-19 09:32:32 +0200 | |
commit | de65ad25eae010b42ef55c127cc98d4cc3aa66db (patch) | |
tree | 441dafe2c9c5d3b7341d958b056641e357412d0e /packages/integrations/markdoc/CHANGELOG.md | |
parent | 72bbfac976c2965a523eea88ff0543e64d848d80 (diff) | |
download | astro-a9a86b65490c63eec26019e5d1a0ff2bc29a73f6.tar.gz astro-a9a86b65490c63eec26019e5d1a0ff2bc29a73f6.tar.zst astro-a9a86b65490c63eec26019e5d1a0ff2bc29a73f6.zip |
[ci] release (#7699)astro@2.8.5@astrojs/netlify@2.5.0@astrojs/markdoc@0.4.3
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.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index 64ba4f217..599d9c60f 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/markdoc +## 0.4.3 + +### Patch Changes + +- [#7706](https://github.com/withastro/astro/pull/7706) [`4f6b5ae2b`](https://github.com/withastro/astro/commit/4f6b5ae2ba8eb162e03f25cbd600a905d434f529) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix Markdoc integration not being able to import `emitESMImage` from Astro + +- Updated dependencies [[`72bbfac97`](https://github.com/withastro/astro/commit/72bbfac976c2965a523eea88ff0543e64d848d80), [`d401866f9`](https://github.com/withastro/astro/commit/d401866f93bfe25a50c171bc54b2b1ee0f483cc9), [`4f6b5ae2b`](https://github.com/withastro/astro/commit/4f6b5ae2ba8eb162e03f25cbd600a905d434f529), [`06c255716`](https://github.com/withastro/astro/commit/06c255716ae8e922fb9d4ffa5595cbb34146fff6)]: + - astro@2.8.5 + ## 0.4.2 ### Patch Changes |