chore: release (#2171)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-12-09 10:45:03 -08:00 committed by GitHub
parent 5af24efb34
commit c16e7f3433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/renderer-preact': patch
---
Fix preact 10.6 regression by pinning to preact 10.5

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-preact
## 0.3.2
### Patch Changes
- [#2170](https://github.com/withastro/astro/pull/2170) [`5af24efb`](https://github.com/withastro/astro/commit/5af24efb3493b8f5b6a8f980c792455c7dc34eb5) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix preact 10.6 regression by pinning to preact 10.5
## 0.3.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/renderer-preact",
"description": "Use Preact components within Astro",
"version": "0.3.1",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/withastro/astro.git",