We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5be5a commit b6497c6Copy full SHA for b6497c6
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v2.0.3
5
+
6
+[compare changes](https://github.com/Pentadome/nuxt-openAPI-wrapper/compare/v2.0.2...v2.0.3)
7
8
+### 🩹 Fixes
9
10
+- Mistake in HasRequiredProperties type ([1e5be5a](https://github.com/Pentadome/nuxt-openAPI-wrapper/commit/1e5be5a))
11
12
+### ❤️ Contributors
13
14
+- Pentadome ([@Pentadome](https://github.com/Pentadome))
15
16
## v2.0.2
17
18
[compare changes](https://github.com/Pentadome/nuxt-openAPI-wrapper/compare/v2.0.1...v2.0.2)
package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-openapi-wrapper",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "An openapi client wrapper for Nuxt fetch client.",
"repository": "Pentadome/nuxt-openAPI-wrapper",
"license": "MIT",
0 commit comments