diff options
author | 2023-08-07 11:51:05 -0700 | |
---|---|---|
committer | 2023-08-07 13:51:05 -0500 | |
commit | 9509a66a7bd4fefd6a4c1f5bd57fcb91d902172d (patch) | |
tree | 23bffbc8e5cd16844b3fb7c3912bcba00184810b /packages/integrations/lit/CHANGELOG.md | |
parent | ec06dd9bbb29cc38e891517fbf884cb7083b3240 (diff) | |
download | astro-582c970d1c86aee94be45ac7fe59dffe700f607f.tar.gz astro-582c970d1c86aee94be45ac7fe59dffe700f607f.tar.zst astro-582c970d1c86aee94be45ac7fe59dffe700f607f.zip |
[ci] release (#7958)astro@2.10.2@astrojs/rss@2.4.4@astrojs/lit@2.1.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/lit/CHANGELOG.md')
-rw-r--r-- | packages/integrations/lit/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index edf38dfa9..67e48d200 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/lit +## 2.1.1 + +### Patch Changes + +- [#7985](https://github.com/withastro/astro/pull/7985) [`ec06dd9bb`](https://github.com/withastro/astro/commit/ec06dd9bbb29cc38e891517fbf884cb7083b3240) Thanks [@delucis](https://github.com/delucis)! - Fix formatting in Lit README + ## 2.1.0 ### Minor Changes |