Skip to content

Commit

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

* chore(package): update ([c52eabc](https://github.com/RisingStack/jaeger-node/commit/c52eabc))
* fix(instrumentation/https): add https instrumentation ([2a44c7c](https://github.com/RisingStack/jaeger-node/commit/2a44c7c))
* test(cls,tracer): cover with tests ([70c198e](https://github.com/RisingStack/jaeger-node/commit/70c198e))
* test(instrumentation/express): cover ([be1a4be](https://github.com/RisingStack/jaeger-node/commit/be1a4be))
* test(instrumentation/expressError): add tests ([8795641](https://github.com/RisingStack/jaeger-node/commit/8795641))
* test(instrumentation/http): cover with tests ([2a9bbbc](https://github.com/RisingStack/jaeger-node/commit/2a9bbbc))
* docs(readme): add travis badge ([ed39285](https://github.com/RisingStack/jaeger-node/commit/ed39285))



<a name="2.1.0"></a>
# 2.1.0 (2017-07-04)

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.0",
"version": "2.1.1",
"description": "Out of the box OpenTracing instrumentation for Node.js and Jaeger",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cc0dd9a

Please sign in to comment.