Skip to content

Commit 588cf20

Browse files
author
Hasu
authored
Merge pull request #166 from aspida/develop
chore(release): 0.17.0
2 parents e5d5b1a + 7550339 commit 588cf20

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
dist
3+
package-lock.json

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
## [0.17.0](https://github.com/aspida/openapi2aspida/compare/v0.16.5...v0.17.0) (2022-01-13)
6+
7+
8+
### Features
9+
10+
* add gitignore ([45ea965](https://github.com/aspida/openapi2aspida/commit/45ea965c1c646b4be9ed965b55e2135d2f100160))
11+
12+
13+
### Bug Fixes
14+
15+
* 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))
16+
17+
18+
### Documentation
19+
20+
* add Description about outuput dir option ([4bbac97](https://github.com/aspida/openapi2aspida/commit/4bbac97fd280819ee1fbc947d5a3ebf566b2a743))
21+
522
### [0.16.5](https://github.com/aspida/openapi2aspida/compare/v0.16.4...v0.16.5) (2021-07-22)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi2aspida",
3-
"version": "0.16.5",
3+
"version": "0.17.0",
44
"description": "Convert OpenAPI 3.0 or Swagger 2.0 definitions into aspida",
55
"author": "Solufa <solufa2020@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)