diff options
author | 2022-03-24 17:37:49 -0500 | |
---|---|---|
committer | 2022-03-24 17:37:49 -0500 | |
commit | c78d7a46c9beaff4923e9f6fbb8eb414cc51afbd (patch) | |
tree | b1909bd4a83c5d264a942b662c5daf149dbaa23c /packages/astro-prism/CHANGELOG.md | |
parent | 2db97f10dc50f9498413181b78c477fe8833895b (diff) | |
download | astro-5be1e6ca099d1f152a1b3cd7d3c7bbfc3d941013.tar.gz astro-5be1e6ca099d1f152a1b3cd7d3c7bbfc3d941013.tar.zst astro-5be1e6ca099d1f152a1b3cd7d3c7bbfc3d941013.zip |
[ci] release (next) (#2860)astro@0.25.0-next.3@astrojs/prism@0.4.1-next.0@astrojs/preact@0.0.2-next.1@astrojs/node@0.0.2-next.0@astrojs/markdown-remark@0.7.0-next.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/astro-prism/CHANGELOG.md')
-rw-r--r-- | packages/astro-prism/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md index 70f85351a..7964ac989 100644 --- a/packages/astro-prism/CHANGELOG.md +++ b/packages/astro-prism/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prism +## 0.4.1-next.0 + +### Patch Changes + +- [#2878](https://github.com/withastro/astro/pull/2878) [`2db97f10`](https://github.com/withastro/astro/commit/2db97f10dc50f9498413181b78c477fe8833895b) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Move the built-in `Prism` component from `astro/components` to `@astrojs/prism/component`. + ## 0.4.0 ### Minor Changes |