Skip to content

Commit

Permalink
koa-openapi 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Feb 6, 2019
1 parent 3271aa3 commit 1fb1486
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.0 - 2019-02-06
### Added
- openapi-framework:
- Added experimental support for args.operations (#336)

## 3.9.0 - 2019-01-31
### 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.9.0",
"version": "3.10.0",
"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.20.0"
"openapi-framework": "0.21.0"
},
"devDependencies": {
"@types/es6-shim": "^0.31.37",
Expand Down

0 comments on commit 1fb1486

Please sign in to comment.