Skip to content

Commit

Permalink
koa-openapi 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed Feb 16, 2019
1 parent fe0ed12 commit bede129
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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.11.0 - 2019-02-15
### Added
- openapi-framework:
- Dependency injection for operations (#357)

## 3.10.3 - 2019-02-12
### Fixed
- openapi-framework:
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "3.11.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.21.3"
"openapi-framework": "0.22.0"
},
"devDependencies": {
"@types/es6-shim": "^0.31.37",
Expand Down

0 comments on commit bede129

Please sign in to comment.