Skip to content

Commit

Permalink
chore(master): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yc-ui-bot authored and v8tenko committed Mar 4, 2024
1 parent d70a4b1 commit 3b6aa2c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.1.0](https://github.com/diplodoc-platform/openapi-extension/compare/v2.0.0...v2.1.0) (2024-03-04)


### Features

* add form-data format with string, file and file Array ([fb54fa8](https://github.com/diplodoc-platform/openapi-extension/commit/fb54fa8c4a0806758c86e2e9d7df6047ded9835d))
* support multiple servers, change oneOf render ([d70a4b1](https://github.com/diplodoc-platform/openapi-extension/commit/d70a4b1f59de9435fcf347c40a6a2f6d8db20e2e))


### Bug Fixes

* add refs ([fbecfd8](https://github.com/diplodoc-platform/openapi-extension/commit/fbecfd82163aaaf35fa06fb287eed8bc7e72a0c5))
* refactor ([687c928](https://github.com/diplodoc-platform/openapi-extension/commit/687c928b9d2de06638d1b166670a8de024ec6725))
* swap send button with response section and refactor ([9c7ba51](https://github.com/diplodoc-platform/openapi-extension/commit/9c7ba51d1090780ce3c8de7e5d98bdefb18a227b))

## [2.0.0](https://github.com/diplodoc-platform/openapi-extension/compare/v1.4.13...v2.0.0) (2024-02-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diplodoc/openapi-extension",
"version": "2.0.0",
"version": "2.1.0",
"description": "OpenAPI extension for Diplodoc transformer and builder",
"main": "plugin/cjs/index.min.js",
"types": "plugin/index.d.ts",
Expand Down

0 comments on commit 3b6aa2c

Please sign in to comment.