Skip to content

Commit

Permalink
chore(main): release 0.3.2 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 27, 2024
1 parent 5fe7ffd commit f378975
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f378975

Please sign in to comment.