Skip to content

Commit

Permalink
koa-openapi 3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Feb 13, 2019
1 parent f056fed commit e17714a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions packages/koa-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.10.3 - 2019-02-12
### Fixed
- openapi-framework:
- Multiple operations in single file creating duplicate routes (#353)

## 3.10.2 - 2019-02-06
### Fixed
- openapi-framework:
Expand Down
14 changes: 7 additions & 7 deletions packages/koa-openapi/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/koa-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-openapi",
"version": "3.10.2",
"version": "3.10.3",
"description": "An unopinionated OpenAPI framework for koa",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/kogosoftwarellc/open-api/tree/master/packages/koa-openapi#readme",
"dependencies": {
"openapi-framework": "0.21.2"
"openapi-framework": "0.21.3"
},
"devDependencies": {
"@types/es6-shim": "^0.31.37",
Expand Down

0 comments on commit e17714a

Please sign in to comment.