diff options
author | 2022-11-03 06:38:29 -0700 | |
---|---|---|
committer | 2022-11-03 09:38:29 -0400 | |
commit | 89f335b5399bf9511baa08841086c7afb05d8208 (patch) | |
tree | cb8bc1a19ea808e8159f31e06394384e11f16c66 /packages/astro-prism | |
parent | 64d0dc56bb5edce9f421d121133dedfe32841102 (diff) | |
download | astro-0149f1043e0f06d78cffe06857b05801b987a47b.tar.gz astro-0149f1043e0f06d78cffe06857b05801b987a47b.tar.zst astro-0149f1043e0f06d78cffe06857b05801b987a47b.zip |
[ci] release (#5262)astro@1.6.3@astrojs/tailwind@2.1.2@astrojs/prism@1.0.2@astrojs/prefetch@0.1.1@astrojs/markdown-component@1.0.2@astrojs/image@0.11.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 adc56ece9..a8ba7b30b 100644 --- a/packages/astro-prism/CHANGELOG.md +++ b/packages/astro-prism/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prism +## 1.0.2 + +### Patch Changes + +- [#5281](https://github.com/withastro/astro/pull/5281) [`a558cf317`](https://github.com/withastro/astro/commit/a558cf317a98bfb79688a31ddb81c910e16e79c2) Thanks [@aleksa-codes](https://github.com/aleksa-codes)! - Update URLs in package.json + ## 1.0.1 ### Patch Changes diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index f0e06419b..938ffe757 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/prism", - "version": "1.0.1", + "version": "1.0.2", "description": "Supports Prism highlighting in Astro projects", "author": "withastro", "type": "module", |