summaryrefslogtreecommitdiff
path: root/packages/integrations/deno
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/deno')
-rw-r--r--packages/integrations/deno/CHANGELOG.md6
-rw-r--r--packages/integrations/deno/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md
index d1ac6241e..18a11a790 100644
--- a/packages/integrations/deno/CHANGELOG.md
+++ b/packages/integrations/deno/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 0.1.8
+
+### Patch Changes
+
+- [#3677](https://github.com/withastro/astro/pull/3677) [`8045c8ad`](https://github.com/withastro/astro/commit/8045c8ade16fe4306448b7f98a4560ef0557d378) Thanks [@Jutanium](https://github.com/Jutanium)! - Update READMEs
+
## 0.1.7
### Patch Changes
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 6d2a79933..b5d6f06ea 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/deno",
"description": "Deploy your site to a Deno server",
- "version": "0.1.7",
+ "version": "0.1.8",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",