File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v3.0.0
5
+
6
+ [ compare changes] ( https://github.com/Pentadome/nuxt-openAPI-wrapper/compare/v2.0.4...v3.0.0 )
7
+
8
+ ### 🏡 Chore
9
+
10
+ - ** release:** V2.0.4 ([ 98744ec] ( https://github.com/Pentadome/nuxt-openAPI-wrapper/commit/98744ec ) )
11
+
12
+ ### ❤️ Contributors
13
+
14
+ - Pentadome ([ @Pentadome ] ( https://github.com/Pentadome ) )
15
+
4
16
## v2.0.4
5
17
6
18
[ compare changes] ( https://github.com/Pentadome/nuxt-openAPI-wrapper/compare/v2.0.3...v2.0.4 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-openapi-wrapper" ,
3
- "version" : " 2 .0.4 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " An openapi client wrapper for Nuxt fetch client." ,
5
5
"repository" : " Pentadome/nuxt-openAPI-wrapper" ,
6
6
"license" : " MIT" ,
28
28
"dev:build" : " nuxi build playground" ,
29
29
"dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
30
30
"release" : " npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags" ,
31
+ "release-major" : " npm run lint && npm run test && npm run prepack && changelogen --release --major && npm publish && git push --follow-tags" ,
31
32
"lint" : " eslint ." ,
32
33
"test" : " vitest run" ,
33
34
"test:watch" : " vitest watch" ,
You can’t perform that action at this time.
0 commit comments