summaryrefslogtreecommitdiff
path: root/packages/astro-prism
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-19 13:01:50 -0800
committerGravatar GitHub <noreply@github.com> 2021-11-19 13:01:50 -0800
commitb4818701fe30ef28fb5ca02ea06e3f8f4f2316ea (patch)
treec5a7eb375b5233c2c6319d62d2b1ce31b92714b6 /packages/astro-prism
parente6aaeff50cc5f5d16cb8e292c4f4253aa6969e27 (diff)
downloadastro-@astrojs/parser@0.20.3.tar.gz
astro-@astrojs/parser@0.20.3.tar.zst
astro-@astrojs/parser@0.20.3.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.md7
-rw-r--r--packages/astro-prism/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md
index 5d0a2f106..1dc845aef 100644
--- a/packages/astro-prism/CHANGELOG.md
+++ b/packages/astro-prism/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/prism
+## 0.3.0
+
+### Patch Changes
+
+- e6aaeff5: - Adds compatibility to work with Astro 0.21.
+ - New typings added for the primary export.
+
## 0.3.0-next.0
### Minor Changes
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index fd2ac1c70..6dade6796 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
- "version": "0.3.0-next.0",
+ "version": "0.3.0",
"description": "IYKYK",
"main": "index.mjs",
"repository": {