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

Commit 7bf32a6

Browse files
committed
chore(oas2): release 0.34.5
1 parent 6b0fc7f commit 7bf32a6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/openapi2-parser/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# API Elements: OpenAPI 2 Parser Changelog
22

3+
## 0.32.5 (2020-02-24)
4+
5+
### Enhancements
6+
7+
- `additionalProperties` found within 'Schema Object' will now be translated
8+
into the parse result's data structure section.
9+
310
## 0.32.4 (2020-10-13)
411

512
### Bug Fixes

packages/openapi2-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apielements/openapi2-parser",
3-
"version": "0.32.4",
3+
"version": "0.32.5",
44
"description": "Swagger 2.0 parser for Fury.js",
55
"author": "Apiary.io <support@apiary.io>",
66
"license": "MIT",

0 commit comments

Comments
 (0)