Skip to content

Commit bd1f304

Browse files
committed
chore(release): v3.0.0
1 parent ee475fa commit bd1f304

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

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+
416
## v2.0.4
517

618
[compare changes](https://github.com/Pentadome/nuxt-openAPI-wrapper/compare/v2.0.3...v2.0.4)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-openapi-wrapper",
3-
"version": "2.0.4",
3+
"version": "3.0.0",
44
"description": "An openapi client wrapper for Nuxt fetch client.",
55
"repository": "Pentadome/nuxt-openAPI-wrapper",
66
"license": "MIT",
@@ -28,6 +28,7 @@
2828
"dev:build": "nuxi build playground",
2929
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
3030
"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",
3132
"lint": "eslint .",
3233
"test": "vitest run",
3334
"test:watch": "vitest watch",

0 commit comments

Comments
 (0)