Skip to content

Commit

Permalink
20.1.1
Browse files Browse the repository at this point in the history
 * fixed possible undefined parameters (Stefano Valicchia)
 * Add publishConfig to prevent npm/npm#6778 (Miroslav Bajtoš)
  • Loading branch information
Miroslav Bajtoš committed Aug 24, 2015
1 parent ec910fe commit c229c34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
@@ -1,3 +1,11 @@
2015-08-24, Version 20.1.1
==========================

* fixed possible undefined parameters (Stefano Valicchia)

* Add publishConfig to prevent npm/npm#6778 (Miroslav Bajtoš)


2015-08-06, Version 20.1.0
==========================

Expand Down
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -8,8 +8,10 @@
}
],
"description": "swagger.js is a javascript client for use with swaggering APIs.",
"version": "20.1.0",
"publishConfig": { "tag": "20.x" },
"version": "20.1.1",
"publishConfig": {
"tag": "20.x"
},
"homepage": "http://swagger.io",
"repository": {
"type": "git",
Expand Down

0 comments on commit c229c34

Please sign in to comment.