summaryrefslogtreecommitdiff
path: root/packages/astro-prism
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro-prism')
-rw-r--r--packages/astro-prism/CHANGELOG.md11
-rw-r--r--packages/astro-prism/package.json2
2 files changed, 12 insertions, 1 deletions
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md
index 580eaf7f4..f6d633b37 100644
--- a/packages/astro-prism/CHANGELOG.md
+++ b/packages/astro-prism/CHANGELOG.md
@@ -1,11 +1,22 @@
# @astrojs/prism
+## 2.0.0
+
+### Major Changes
+
+- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0
+
## 2.0.0-beta.0
+<details>
+<summary>See changes in 2.0.0-beta.0</summary>
+
### Major Changes
- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0
+</details>
+
## 1.0.2
### Patch Changes
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index a1dfaa628..009ad3b81 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
- "version": "2.0.0-beta.0",
+ "version": "2.0.0",
"description": "Supports Prism highlighting in Astro projects",
"author": "withastro",
"type": "module",