Skip to content

Commit b946bfd

Browse files
committed
Updated changelog and version in package.json
1 parent ce4b580 commit b946bfd

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
### 12/11/2017 0.4.22
2+
- Added support to generate class diagram from a given swagger spec #188.
3+
- Fixed #190, #191.
14
### 12/4/2017 0.4.21
2-
- Remove the enum constraint or reference to an enum on the discriminator property if previously present before making it a constant.
5+
- Removed the enum constraint or reference to an enum on the discriminator property if previously present before making it a constant.
36

47
### 11/20/2017 0.4.20
58
- Added support for processing [`"x-ms-parameterized-host": {}`](https://github.com/Azure/autorest/tree/master/docs/extensions#x-ms-parameterized-host) extension if present in the 2.0 swagger spec.

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oav",
3-
"version": "0.4.21",
3+
"version": "0.4.22",
44
"author": {
55
"name": "Microsoft Corporation",
66
"email": "azsdkteam@microsoft.com",
@@ -55,4 +55,4 @@
5555
"test": "npm -s run-script jshint && mocha -t 100000",
5656
"start": "node ./lib/autorestPlugin/pluginHost.js"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)