Skip to content

Commit

Permalink
Merge pull request #166 from aspida/develop
Browse files Browse the repository at this point in the history
chore(release): 0.17.0
  • Loading branch information
Hasu authored Jan 13, 2022
2 parents e5d5b1a + 7550339 commit 588cf20
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
package-lock.json
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.17.0](https://github.com/aspida/openapi2aspida/compare/v0.16.5...v0.17.0) (2022-01-13)


### Features

* add gitignore ([45ea965](https://github.com/aspida/openapi2aspida/commit/45ea965c1c646b4be9ed965b55e2135d2f100160))


### Bug Fixes

* include response schemas that has no application/ prefixed content-typent-type ([#154](https://github.com/aspida/openapi2aspida/issues/154)) ([3692baf](https://github.com/aspida/openapi2aspida/commit/3692baff8e98a036f8427a8fc41c74f7ef1f8034))


### Documentation

* add Description about outuput dir option ([4bbac97](https://github.com/aspida/openapi2aspida/commit/4bbac97fd280819ee1fbc947d5a3ebf566b2a743))

### [0.16.5](https://github.com/aspida/openapi2aspida/compare/v0.16.4...v0.16.5) (2021-07-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi2aspida",
"version": "0.16.5",
"version": "0.17.0",
"description": "Convert OpenAPI 3.0 or Swagger 2.0 definitions into aspida",
"author": "Solufa <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 588cf20

Please sign in to comment.