diff options
author | 2024-04-02 00:46:43 -0700 | |
---|---|---|
committer | 2024-04-02 15:46:43 +0800 | |
commit | f7d6254f8f63363dc88b07381983f2a8cce69559 (patch) | |
tree | 88c7a320c01db789603d35283320ade2d7d9093a /packages/integrations/vercel | |
parent | 260f4fa1912ba78299c587a7cad1101354ebbb48 (diff) | |
download | astro-@astrojs/vue@4.0.10.tar.gz astro-@astrojs/vue@4.0.10.tar.zst astro-@astrojs/vue@4.0.10.zip |
[ci] release (#10603)astro@4.5.13@astrojs/vue@4.0.10@astrojs/vercel@7.5.1@astrojs/preact@3.1.2@astrojs/mdx@2.2.3@astrojs/markdown-remark@5.0.0@astrojs/markdoc@0.9.4@astrojs/db@0.9.9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vercel')
-rw-r--r-- | packages/integrations/vercel/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 4bec34fa2..fe3fd36d7 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 7.5.1 + +### Patch Changes + +- [#10609](https://github.com/withastro/astro/pull/10609) [`31590d44ef8b7c96a757e9b835144d57d767383c`](https://github.com/withastro/astro/commit/31590d44ef8b7c96a757e9b835144d57d767383c) Thanks [@matthewp](https://github.com/matthewp)! - Move nft warnings behind verbose logging + ## 7.5.0 ### Minor Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index c97852f0d..f13ed132a 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "7.5.0", + "version": "7.5.1", "type": "module", "author": "withastro", "license": "MIT", |