Comparing version 1.0.1 to 1.0.2
@@ -5,6 +5,15 @@ # Change Log | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/ikatyang/vnopts/compare/v1.0.1...v1.0.2) (2018-08-31) | ||
### Documentations | ||
* tweak punctuation for commonDeprecatedHandler ([#7](https://github.com/ikatyang/vnopts/issues/7)) ([938c0ce](https://github.com/ikatyang/vnopts/commit/938c0ce)) | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/ikatyang/vnopts/compare/v1.0.0...v1.0.1) (2018-08-29) | ||
### Bug Fixes | ||
### Documentations | ||
@@ -11,0 +20,0 @@ * tweak wording for commonDeprecatedHandler ([#4](https://github.com/ikatyang/vnopts/issues/4)) ([38c25f2](https://github.com/ikatyang/vnopts/commit/38c25f2)) |
@@ -15,3 +15,3 @@ "use strict"; | ||
} | ||
return messages.join(', ') + '.'; | ||
return messages.join('; ') + '.'; | ||
}; |
{ | ||
"name": "vnopts", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "validate and normalize options", | ||
@@ -31,3 +31,3 @@ "main": "lib/index.js", | ||
"@types/leven": "2.1.1", | ||
"@types/node": "6.0.116", | ||
"@types/node": "6.0.117", | ||
"has-ansi": "3.0.0", | ||
@@ -43,3 +43,3 @@ "jest": "23.5.0", | ||
"tslint-plugin-prettier": "1.3.0", | ||
"typescript": "3.0.1" | ||
"typescript": "3.0.3" | ||
}, | ||
@@ -46,0 +46,0 @@ "engines": { |
51353