Skip to content

Commit

Permalink
Merge pull request #227 from marstr/master
Browse files Browse the repository at this point in the history
Adding release metadata.
  • Loading branch information
amarzavery authored Mar 8, 2018
2 parents b877be4 + 96b99b1 commit 4d1ec11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 03/08/2018 0.4.34
- Updating default output level to info.
- Fixing issue #225, where output verbosity wasn't respected in one case.

### 02/28/2018 0.4.33
- Don't validate pure objects.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oav",
"version": "0.4.33",
"version": "0.4.34",
"author": {
"name": "Microsoft Corporation",
"email": "[email protected]",
Expand Down Expand Up @@ -55,4 +55,4 @@
"test": "npm -s run-script jshint && mocha -t 100000 --reporter min",
"start": "node ./lib/autorestPlugin/pluginHost.js"
}
}
}

0 comments on commit 4d1ec11

Please sign in to comment.