summaryrefslogtreecommitdiff
path: root/packages/integrations/node/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-31 15:03:27 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-31 18:03:27 -0400
commit005d53145fda74415f223717d5628510f028383a (patch)
tree734fb596a4980815eb812c75836e4cb252828572 /packages/integrations/node/CHANGELOG.md
parentb92c24f4097f264a458c6f5044528c33fc897f01 (diff)
downloadastro-005d53145fda74415f223717d5628510f028383a.tar.gz
astro-005d53145fda74415f223717d5628510f028383a.tar.zst
astro-005d53145fda74415f223717d5628510f028383a.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/node/CHANGELOG.md')
-rw-r--r--packages/integrations/node/CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index f162da920..fadb07533 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 1.0.1
+
+### Patch Changes
+
+- [#4558](https://github.com/withastro/astro/pull/4558) [`742966456`](https://github.com/withastro/astro/commit/7429664566f05ecebf6d57906f950627e62e690c) Thanks [@tony-sull](https://github.com/tony-sull)! - Adding the `withastro` keyword to include the adapters on the [Integrations Catalog](https://astro.build/integrations)
+
## 1.0.0
### Major Changes
@@ -51,7 +57,7 @@
The new `Astro.clientAddress` property allows you to get the IP address of the requested user.
```astro
- <div>Your address {Astro.clientAddress}</div>
+
```
This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error.