diff options
Diffstat (limited to 'packages/integrations/deno')
-rw-r--r-- | packages/integrations/deno/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/deno/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md index 828e84574..d1ac6241e 100644 --- a/packages/integrations/deno/CHANGELOG.md +++ b/packages/integrations/deno/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 0.1.7 + +### Patch Changes + +- [#3734](https://github.com/withastro/astro/pull/3734) [`4acd245d`](https://github.com/withastro/astro/commit/4acd245d8f59871eb9c0083ae1a0fe7aa70c84f5) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: append shim to top of built file to avoid "can't read process of undefined" issues + ## 0.1.6 ### Patch Changes diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index df164f2dd..6d2a79933 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.6", + "version": "0.1.7", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |