summaryrefslogtreecommitdiff
path: root/packages/astro-prism
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-18 21:54:25 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-18 21:54:25 -0700
commit37534004f0ca6942cf98ce792751c4b3961fc822 (patch)
tree67639065301447e9f6852f29b109333f45d8c4b3 /packages/astro-prism
parent167ed5486a47c207d1b3e5d6040f3bfbf8804f79 (diff)
downloadastro-@astrojs/mdx@0.2.1.tar.gz
astro-@astrojs/mdx@0.2.1.tar.zst
astro-@astrojs/mdx@0.2.1.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/astro-prism')
-rw-r--r--packages/astro-prism/CHANGELOG.md6
-rw-r--r--packages/astro-prism/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md
index 6c2e79443..c251264ee 100644
--- a/packages/astro-prism/CHANGELOG.md
+++ b/packages/astro-prism/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prism
+## 0.6.1
+
+### Patch Changes
+
+- [#3937](https://github.com/withastro/astro/pull/3937) [`31f9c0bf0`](https://github.com/withastro/astro/commit/31f9c0bf029ffa4b470e620f2c32e1370643e81e) Thanks [@delucis](https://github.com/delucis)! - Roll back supported Node engines
+
## 0.6.0
### Minor Changes
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index 15a0c3d63..853417165 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Supports Prism highlighting in Astro projects",
"author": "withastro",
"license": "MIT",