diff options
Diffstat (limited to 'packages/integrations/deno')
-rw-r--r-- | packages/integrations/deno/CHANGELOG.md | 10 | ||||
-rw-r--r-- | packages/integrations/deno/package.json | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md index 31593ed2b..ca3e1cdf7 100644 --- a/packages/integrations/deno/CHANGELOG.md +++ b/packages/integrations/deno/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/node +## 0.1.0 + +### Minor Changes + +- [#2962](https://github.com/withastro/astro/pull/2962) [`17c02925`](https://github.com/withastro/astro/commit/17c02925c52027246000305cea1f9a7b6f484b00) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update config options to resepect [RFC0019](https://github.com/withastro/rfcs/blob/main/proposals/0019-config-finalization.md) + +### Patch Changes + +- [#2934](https://github.com/withastro/astro/pull/2934) [`13b271bc`](https://github.com/withastro/astro/commit/13b271bc7d032f5f3749a9868532d12d442a09ef) Thanks [@matthewp](https://github.com/matthewp)! - Add a Deno adapter for SSR + ## 0.0.2-next.0 ### Patch Changes diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 6fd86ab71..db93d8098 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.0.2-next.0", + "version": "0.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |