diff options
Diffstat (limited to 'packages/astro-prism')
-rw-r--r-- | packages/astro-prism/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/astro-prism/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md index f9cd9b2cc..02b2caae9 100644 --- a/packages/astro-prism/CHANGELOG.md +++ b/packages/astro-prism/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prism +## 3.0.0-rc.1 + +### Major Changes + +- [#8179](https://github.com/withastro/astro/pull/8179) [`6011d52d3`](https://github.com/withastro/astro/commit/6011d52d38e43c3e3d52bc3bc41a60e36061b7b7) Thanks [@matthewp](https://github.com/matthewp)! - Astro 3.0 Release Candidate + ## 3.0.0-beta.0 ### Major Changes diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index 838447090..ce1c51e05 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/prism", - "version": "3.0.0-beta.0", + "version": "3.0.0-rc.1", "description": "Add Prism syntax highlighting support to your Astro site", "author": "withastro", "type": "module", |