Skip to content

Commit

Permalink
Version Packages (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
toomuchdesign and github-actions[bot] authored Feb 27, 2024
1 parent fcd7b9d commit 00bcd6a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-cooks-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-students-breathe.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# openapi-ts-json-schema

## 0.8.0

### Minor Changes

- a134798: Returned `metaData.schema` property replaced by `metaData.originalSchema` holding the original dereferenced JSON schema

### Patch Changes

- fcd7b9d: Append `type: "object"` prop to generated parameter schemas

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-ts-json-schema",
"version": "0.7.0",
"version": "0.8.0",
"description": "OpenAPI to JSON schema generator with TypeScript in mind",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 00bcd6a

Please sign in to comment.