diff options
Diffstat (limited to 'packages/markdown/remark')
-rw-r--r-- | packages/markdown/remark/CHANGELOG.md | 10 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index f2ce5dec0..ff3e2b39e 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/markdown-remark +## 6.0.0-beta.1 + +### Major Changes + +- [#12008](https://github.com/withastro/astro/pull/12008) [`5608338`](https://github.com/withastro/astro/commit/560833843c6d3ce2b6c6c473ec4ae70e744bf255) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release. + + Starting from this release, no breaking changes will be introduced unless absolutely necessary. + + To learn how to upgrade, check out the [Astro v5.0 upgrade guide in our beta docs site](https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/). + ## 6.0.0-alpha.1 ### Major Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 374e40f9a..f385e4dff 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "type": "module", "author": "withastro", "license": "MIT", |