Skip to content

Commit 9ee65bd

Browse files
committed
Update version to 0.1.7
1 parent f68837d commit 9ee65bd

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,6 +1,10 @@
1+
## 0.1.7
2+
Released on 2017-08-10.
3+
- Chaining the promises upto `compare` method and gracefully existing application [#88](https://github.com/Azure/openapi-diff/issues/88)
4+
15
## 0.1.x
26
Released on 2017-07-18. All issues associated with this release can be found using this filter [Sprint-103](https://github.com/Azure/openapi-diff/issues?q=label%3ASprint-103+is%3Aclosed) [Sprint-104](https://github.com/Azure/openapi-diff/issues?utf8=%E2%9C%93&q=label%3ASprint-104%20is%3Aclosed)
37

48
#### Added
59
- Initial release of oad.
6-
- Added by [Vishrut Shah](https://github.com/vishrutshah).
10+
- Added by [Vishrut Shah](https://github.com/vishrutshah).

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].6
3+
npm install -g [email protected].7
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.6",
3+
"version": "0.1.7",
44
"author": {
55
"name": "Microsoft Corporation",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)