We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9656620 commit f052746Copy full SHA for f052746
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# openapi-typescript
2
3
+## 7.4.4
4
+
5
+### Patch Changes
6
7
+- [#1999](https://github.com/openapi-ts/openapi-typescript/pull/1999) [`e2d8541`](https://github.com/openapi-ts/openapi-typescript/commit/e2d854131a1dc11d3b8e8513d3e0ce1f04ea1211) Thanks [@patzick](https://github.com/patzick)! - Improved error messages to contain locations.
8
9
## 7.4.3
10
11
### Patch Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "openapi-typescript",
"description": "Convert OpenAPI 3.0 & 3.1 schemas to TypeScript",
- "version": "7.4.3",
+ "version": "7.4.4",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
0 commit comments