summaryrefslogtreecommitdiff
path: root/packages/astro-prism
diff options
context:
space:
mode:
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 f6d633b37..922b10132 100644
--- a/packages/astro-prism/CHANGELOG.md
+++ b/packages/astro-prism/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/prism
+## 2.1.0
+
+### Minor Changes
+
+- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14
+
## 2.0.0
### Major Changes
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index 009ad3b81..c7c2a3193 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Supports Prism highlighting in Astro projects",
"author": "withastro",
"type": "module",