diff options
Diffstat (limited to 'packages/astro-prism')
-rw-r--r-- | packages/astro-prism/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/astro-prism/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md index 35f7f5106..9a1b8ba9c 100644 --- a/packages/astro-prism/CHANGELOG.md +++ b/packages/astro-prism/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/prism +## 3.1.0 + +### Minor Changes + +- [#10689](https://github.com/withastro/astro/pull/10689) [`683d51a5eecafbbfbfed3910a3f1fbf0b3531b99`](https://github.com/withastro/astro/commit/683d51a5eecafbbfbfed3910a3f1fbf0b3531b99) Thanks [@ematipico](https://github.com/ematipico)! - Deprecate support for versions of Node.js older than `v18.17.1` for Node.js 18, older than `v20.0.3` for Node.js 20, and the complete Node.js v19 release line. + + This change is in line with Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support). + ## 3.0.0 ### Major Changes diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index 584ebce93..0a10a764e 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/prism", - "version": "3.0.0", + "version": "3.1.0", "description": "Add Prism syntax highlighting support to your Astro site", "author": "withastro", "type": "module", |