update changelog and package.json

This commit is contained in:
Amar Zavery 2017-09-25 12:03:33 -07:00
Родитель 2b517949ca
Коммит a6c61dd203
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,6 @@
### 09/12/2017 0.4.13
- Provide the filepath of the file that has an incorrect json. This makes it easy for customers to find out the faulty file among numerous files.
### 09/12/2017 0.4.12
- [Model Validator] Should handle forward slashes in path parameters. #165
- [Model Validator] Should handle question mark in paths that are defined in x-ms-paths. #140

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "oav",
"version": "0.4.12",
"version": "0.4.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "oav",
"version": "0.4.12",
"version": "0.4.13",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",