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

Release OpenAPI 2 parser 0.34.5 #613

Merged
merged 1 commit into from
Feb 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/openapi2-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# API Elements: OpenAPI 2 Parser Changelog

## 0.32.5 (2020-02-24)

### Enhancements

- `additionalProperties` found within 'Schema Object' will now be translated
into the parse result's data structure section.

## 0.32.4 (2020-10-13)

### Bug Fixes
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.4",
"version": "0.32.5",
"description": "Swagger 2.0 parser for Fury.js",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand Down