Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2023
1 parent 3798318 commit 1b000fa
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-mugs-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-bikes-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-rats-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-carpets-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-ducks-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-fireants-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-buckets-taste.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 905ef5a: Remove `experimentalImportRefs` option in favour of `refHandling`
- 3a83352: Expose schema id's as `$id` named export
- b5688ad: Expose `metaData` return property holding generated schemas meta data
- 79feb32: Introduce plugins option
- 85ca0e8: Add "keep" refHandling option, to preserve $ref objects
- 62ded69: Add `fastifyTypeProviderPlugin` plugin

### Patch Changes

- 9e0a222: Fix `isRef` meta data prop for inline refHandling

## 0.3.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.3.0",
"version": "0.4.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 1b000fa

Please sign in to comment.