update package json (#1001)
This commit is contained in:
Родитель
fed7c550d9
Коммит
a16d08d153
|
@ -1,5 +1,9 @@
|
|||
# Change Log - oav
|
||||
|
||||
## 09/25/2023 3.2.12
|
||||
|
||||
- #996 Allows `required` properties to be ommitted from a response if they are also marked `readonly`.
|
||||
|
||||
## 07/05/2023 3.2.11
|
||||
|
||||
- Re-enable `additionalProperties` validation where the `liveValidator` configuration has `isArmCall` set to `false`. The version of `oav` that is being used to validate `azure-rest-api-specs` has this behavior enabled, so this is not a breaking change.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "oav",
|
||||
"version": "3.2.11",
|
||||
"version": "3.2.12",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation",
|
||||
"email": "azsdkteam@microsoft.com",
|
||||
|
@ -137,4 +137,4 @@
|
|||
"jest-junit": {
|
||||
"output": "test-results.xml"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче