File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
packages/integrations/netlify Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# @astrojs/netlify
2
2
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [ ` 04ad44563 ` ] ( https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308 ) - > Astro v1.0 is out! Read the [ official announcement post] ( https://astro.build/blog/astro-1/ ) .
8
+
9
+ ** No breaking changes
** . This package is now officially stable and compatible with
` [email protected] ` !
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[ ` 04ad44563 ` ] ( https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308 )] :
14
+ - @astrojs/webapi @1.0.0
15
+
3
16
## 0.5.0
4
17
5
18
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @astrojs/netlify" ,
3
3
"description" : " Deploy your site to Netlify" ,
4
- "version" : " 0.5 .0" ,
4
+ "version" : " 1.0 .0" ,
5
5
"type" : " module" ,
6
6
"types" : " ./dist/index.d.ts" ,
7
7
"author" : " withastro" ,
33
33
"test" : " npm run test-fn"
34
34
},
35
35
"dependencies" : {
36
- "@astrojs/webapi" : " ^0.12 .0" ,
36
+ "@astrojs/webapi" : " ^1.0 .0" ,
37
37
"esbuild" : " ^0.14.43"
38
38
},
39
39
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments