summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-08 17:54:39 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-08 20:54:39 -0400
commit69601cdb60e5822412ee09cb9169824766ecbe4c (patch)
tree74dae8d1f058075193519b81f476562f012e83a9
parent6db113fc48a681e66794d2d75a07225712277277 (diff)
downloadastro-69601cdb60e5822412ee09cb9169824766ecbe4c.tar.gz
astro-69601cdb60e5822412ee09cb9169824766ecbe4c.tar.zst
astro-69601cdb60e5822412ee09cb9169824766ecbe4c.zip
[ci] release (#3850)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--packages/integrations/node/CHANGELOG.md8
-rw-r--r--packages/integrations/node/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index 8369434c6..07fe028d9 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/node
+## 0.1.5
+
+### Patch Changes
+
+- [#3865](https://github.com/withastro/astro/pull/3865) [`1f9e4857`](https://github.com/withastro/astro/commit/1f9e4857ff2b2cb7db89d619618cdf546cd3b3dc) Thanks [@delucis](https://github.com/delucis)! - Small README fixes
+
+* [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
+
## 0.1.4
### Patch Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 1c96ebafc..4b31c0b07 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
- "version": "0.1.4",
+ "version": "0.1.5",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",