diff --git a/CHANGELOG.md b/CHANGELOG.md index dd79729e2e27..4722e589cb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # astro +## 1.0.0-beta.49 + +### Patch Changes + +- [#3657](https://github.com/withastro/astro/pull/3657) [`7d4699b8`](https://github.com/withastro/astro/commit/7d4699b8f99ca4835e597a28d4f85b58133ff9ce) Thanks [@leader22](https://github.com/leader22)! - Check null for props serialization + ## 1.0.0-beta.48 ### Patch Changes diff --git a/package.json b/package.json index 849ed934ccbd..709092bf8be8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.48", + "version": "1.0.0-beta.49", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro",