Skip to content

Commit

Permalink
chore(package): bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jul 12, 2017
1 parent 79ef8fb commit a8e2d7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="2.1.2"></a>
## 2.1.2 (2017-07-12)

* fix(instrumentation/https): removed unnecessary instrumentation, https uses http in the background ([79ef8fb](https://github.com/RisingStack/jaeger-node/commit/79ef8fb))
* test(instrumentation/https): cover with tests ([7643a8f](https://github.com/RisingStack/jaeger-node/commit/7643a8f))
* chore(package): add coverage reporter ([d66acb1](https://github.com/RisingStack/jaeger-node/commit/d66acb1))



<a name="2.1.1"></a>
## 2.1.1 (2017-07-11)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risingstack/jaeger",
"version": "2.1.1",
"version": "2.1.2",
"description": "Out of the box OpenTracing instrumentation for Node.js and Jaeger",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a8e2d7a

Please sign in to comment.