diff options
author | 2022-08-11 16:50:59 -0700 | |
---|---|---|
committer | 2022-08-11 16:50:59 -0700 | |
commit | bb3d7d4f39c9d7142ffc31e5ec82a94044d6738f (patch) | |
tree | 21f77cfddd39b28ee972e74b159dd16846fc9e0c /packages/integrations/netlify | |
parent | 5b1facfe291b998c0c6814293b18df211a8f3cd3 (diff) | |
download | astro-bb3d7d4f39c9d7142ffc31e5ec82a94044d6738f.tar.gz astro-bb3d7d4f39c9d7142ffc31e5ec82a94044d6738f.tar.zst astro-bb3d7d4f39c9d7142ffc31e5ec82a94044d6738f.zip |
[ci] release (#4249)astro@1.0.3@astrojs/prism@1.0.1@astrojs/prefetch@0.0.7@astrojs/preact@1.0.2@astrojs/netlify@1.0.1@astrojs/mdx@0.8.3@astrojs/image@0.3.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/netlify')
-rw-r--r-- | packages/integrations/netlify/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index d34f97f64..90dd4bcd0 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 1.0.1 + +### Patch Changes + +- [#4274](https://github.com/withastro/astro/pull/4274) [`d3d09a2c9`](https://github.com/withastro/astro/commit/d3d09a2c9f1af4dc467783c8bf4a71800924d129) Thanks [@matthewp](https://github.com/matthewp)! - Adds 404 routing logic to Netlify redirects file + ## 1.0.0 ### Major Changes @@ -47,7 +53,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. diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 92571797a..c24a6940d 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |