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 250d3b05d..adc56ece9 100644 --- a/packages/astro-prism/CHANGELOG.md +++ b/packages/astro-prism/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/prism +## 1.0.1 + +### Patch Changes + +- [#4251](https://github.com/withastro/astro/pull/4251) [`1f0dd31d9`](https://github.com/withastro/astro/commit/1f0dd31d9239b5e3dca99c88d021e7a9a3e2054d) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix `<Prism />` component indentation + + Prefer `class="language-plaintext"` to `class="language-undefined"` + ## 1.0.0 ### Major Changes diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index 651213a7a..7d68693c3 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/prism", - "version": "1.0.0", + "version": "1.0.1", "description": "Supports Prism highlighting in Astro projects", "author": "withastro", "type": "module", |