summaryrefslogtreecommitdiff
path: root/packages/integrations/deno
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2023-01-06 10:00:12 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-06 13:00:12 -0500
commitec5a39c299ffc5293a4964198cc3811b210d510a (patch)
tree383b55ac5672a858b998f642fd427b43dcf7e6d7 /packages/integrations/deno
parent49ab4f231c23b34891c3ee86f4b92bf8d6d267a3 (diff)
downloadastro-@astrojs/tailwind@3.0.0-beta.0.tar.gz
astro-@astrojs/tailwind@3.0.0-beta.0.tar.zst
astro-@astrojs/tailwind@3.0.0-beta.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 bc8be12b6..f6f32036e 100644
--- a/packages/integrations/deno/CHANGELOG.md
+++ b/packages/integrations/deno/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/deno
+## 4.0.0-beta.1
+
+### Major Changes
+
+- [#5584](https://github.com/withastro/astro/pull/5584) [`9963c6e4d`](https://github.com/withastro/astro/commit/9963c6e4d50c392c3d1ac4492237020f15ccb1de) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Builds chunks into the `assets` folder. This simplifies configuring immutable caching with your adapter provider as all files are now in the same `assets` folder.
+
## 4.0.0-beta.0
### Major Changes
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 5178507fb..2dad04ed8 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": "4.0.0-beta.0",
+ "version": "4.0.0-beta.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",