Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5175dd3

Browse files
committedJul 22, 2020
chore(oas2): release 0.32.2
1 parent ee15d1f commit 5175dd3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎packages/openapi2-parser/CHANGELOG.md

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

3+
## 0.32.2 (2020-07-22)
4+
5+
### Bug Fixes
6+
7+
- Improvements to generation of JSON message bodies to add more cases where
8+
`example` property of a Schema Object will be respected.
9+
[#515](https://github.com/apiaryio/api-elements.js/pull/515)
10+
311
## 0.32.1 (2020-06-22)
412

513
### Enhancements

‎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.1",
3+
"version": "0.32.2",
44
"description": "Swagger 2.0 parser for Fury.js",
55
"author": "Apiary.io <support@apiary.io>",
66
"license": "MIT",

0 commit comments

Comments
 (0)
This repository has been archived.