diff options
author | 2023-01-26 14:27:56 -0600 | |
---|---|---|
committer | 2023-01-26 14:27:56 -0600 | |
commit | a88363ce798e8cd83db2ada47253017dd7f7678e (patch) | |
tree | c1d7bdd48df4d02469ce9bce3d0c763337ab8da8 | |
parent | 322e059d0da9ab0d6a546a111fabda755bd5f1b6 (diff) | |
download | astro-a88363ce798e8cd83db2ada47253017dd7f7678e.tar.gz astro-a88363ce798e8cd83db2ada47253017dd7f7678e.tar.zst astro-a88363ce798e8cd83db2ada47253017dd7f7678e.zip |
fix error in changelog formatting (#5997)
* fix changelog
* Update CHANGELOG.md
Co-authored-by: Nate Moore <nate@astro.build>
-rw-r--r-- | packages/astro/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index bd842c9f8..6ed3ac39b 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -12,7 +12,7 @@ - [#5970](https://github.com/withastro/astro/pull/5970) [`dabce6b8c`](https://github.com/withastro/astro/commit/dabce6b8c684f851c3535f8acead06cbef6dce2a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add type guard support to filters on `getCollection()` -- [#5952](https://github.com/withastro/astro/pull/5952) [`aedf23f85`](https://github.com/withastro/astro/commit/aedf23f8582e32a6b94b81ddba9b323831f2b22a) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Astro <Code> component is not able to use a custom theme anymore +- [#5952](https://github.com/withastro/astro/pull/5952) [`aedf23f85`](https://github.com/withastro/astro/commit/aedf23f8582e32a6b94b81ddba9b323831f2b22a) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Fix custom theme handling for `<Code>` component - Updated dependencies [[`7abb1e905`](https://github.com/withastro/astro/commit/7abb1e9056c4b4fd0abfced347df32a41cdfbf28)]: - @astrojs/markdown-remark@2.0.1 |