Skip to content

Commit 1d465ba

Browse files
author
Vlad Barosan
committed
Update to version 0.1.9
1 parent 9228527 commit 1d465ba

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
## 0.1.9
2+
Released on 2017-10-23.
3+
- Fix publishing issue of 0.1.8 where some dlls were missing.
4+
15
## 0.1.8
2-
Released on 2017-08-10.
6+
Released on 2017-10-20.
37
- Updating to use AutoRest 2. This solves [#105](https://github.com/Azure/openapi-diff/issues/105)
48

59
## 0.1.7

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### How to install
22
```
3-
npm install -g [email protected].8
3+
npm install -g [email protected].9
44
```
55

66
### Command Usage

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oad",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"author": {
55
"name": "Microsoft Corporation",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)