* Declare container parameter for swagger spec (Raymond Feng)
This commit is contained in:
Raymond Feng 2017-08-30 13:54:54 -07:00
parent e48a4b1a10
commit 3508b036d8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2017-08-30, Version 3.3.1
=========================
* Declare container parameter for swagger spec (Raymond Feng)
2017-08-30, Version 3.3.0
=========================

View File

@ -4,7 +4,7 @@
"engines": {
"node": ">=4"
},
"version": "3.3.0",
"version": "3.3.1",
"main": "index.js",
"scripts": {
"lint": "eslint .",