Skip to content

Commit

Permalink
chore(oas2): release 0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Feb 7, 2020
1 parent ccd7099 commit 2a56568
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/fury-adapter-swagger/CHANGELOG.md
@@ -1,5 +1,13 @@
# Fury Swagger Parser Changelog

## 0.28.2 (2020-02-07)

### Bug Fixes

- This release includes performance improvements to parsing documents which
contain the same schema re-used via a reference (`$ref`) many times in
request parameters and response bodies.

## 0.28.1 (2020-01-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/fury-adapter-swagger/package.json
@@ -1,6 +1,6 @@
{
"name": "fury-adapter-swagger",
"version": "0.28.1",
"version": "0.28.2",
"description": "Swagger 2.0 parser for Fury.js",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
Expand Down

0 comments on commit 2a56568

Please sign in to comment.