Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore(project): release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jul 15, 2021
1 parent 3e95d89 commit 1245a1d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions packages/openapi2-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# API Elements: OpenAPI 2 Parser Changelog

## 0.32.6 (2021-07-21)

### Bug Fixes

- Fixes generating example JSON bodies from Swagger Schema when the schema
contains a reference to a JSON path which prefixes the current path, for
example when handling a path such as `$ref: '#/definitions/User'` from a path
which prefixes it such as `$ref: '#/definitions/UserList'`.

## 0.32.5 (2020-02-24)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi2-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/openapi2-parser",
"version": "0.32.5",
"version": "0.32.6",
"description": "Swagger 2.0 parser for Fury.js",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi3-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Elements: OpenAPI 3 Parser Changelog

## TBD
## 0.16.1 (2021-07-15)

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion packages/openapi3-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apielements/openapi3-parser",
"version": "0.16.0",
"version": "0.16.1",
"description": "Open API Specification 3 API Elements Parser",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand Down

0 comments on commit 1245a1d

Please sign in to comment.