From 1b05908de6c752a882edc7c3ebd1c96ac854f13d Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 11 Apr 2022 19:59:32 -0700
Subject: [PATCH] [ci] release (#3080)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---
 CHANGELOG.md | 11 +++++++++++
 package.json |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11cce1d9805c..d1038f74f592 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
 # astro
 
+## 1.0.0-beta.8
+
+### Patch Changes
+
+- [#3066](https://github.com/withastro/astro/pull/3066) [`5b3464a8`](https://github.com/withastro/astro/commit/5b3464a803ba2aa00a4e248dc3ebceb5924cc073) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix bug with inconsistent url search params
+
+* [#2970](https://github.com/withastro/astro/pull/2970) [`b835e285`](https://github.com/withastro/astro/commit/b835e285defb4f31fc5ac1039c7f607c07f3c00b) Thanks [@JuanM04](https://github.com/JuanM04)! - Improved markdown config type checking
+
+* Updated dependencies [[`b835e285`](https://github.com/withastro/astro/commit/b835e285defb4f31fc5ac1039c7f607c07f3c00b)]:
+  - @astrojs/markdown-remark@0.8.2
+
 ## 1.0.0-beta.7
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 3436ac823cd4..c068fd3ebf21 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "astro",
-  "version": "1.0.0-beta.7",
+  "version": "1.0.0-beta.8",
   "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
   "type": "module",
   "author": "withastro",
@@ -77,7 +77,7 @@
   "dependencies": {
     "@astrojs/compiler": "^0.14.1",
     "@astrojs/language-server": "^0.13.4",
-    "@astrojs/markdown-remark": "^0.8.1",
+    "@astrojs/markdown-remark": "^0.8.2",
     "@astrojs/prism": "0.4.1",
     "@astrojs/webapi": "^0.11.0",
     "@babel/core": "^7.17.9",