From f3789756d655a5ed01330e5f2cb0b32ac0fe87dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:04:53 -0400 Subject: [PATCH] chore(main): release 0.3.2 (#29) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03269d1..1d2d01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/pablaber/openapi-typescript-types/compare/v0.3.1...v0.3.2) (2024-06-27) + + +### Bug Fixes + +* syntax error for generated types with additional properties ([#28](https://github.com/pablaber/openapi-typescript-types/issues/28)) ([5fe7ffd](https://github.com/pablaber/openapi-typescript-types/commit/5fe7ffdc9ac0f9ed90abad6fa4ed07a28b845f67)) + ## [0.3.1](https://github.com/pablaber/openapi-typescript-types/compare/v0.3.0...v0.3.1) (2024-05-23) diff --git a/package-lock.json b/package-lock.json index fef857f..876a812 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openapi-typescript-types", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openapi-typescript-types", - "version": "0.3.1", + "version": "0.3.2", "license": "ISC", "dependencies": { "@readme/openapi-parser": "^2.5.1", diff --git a/package.json b/package.json index 7fc1f9b..b1bbfec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-typescript-types", - "version": "0.3.1", + "version": "0.3.2", "description": "A tool used to generate types from OpenAPI 3.x schemas", "author": "Patrick Bacon-Blaber", "license": "ISC",