Skip to content

Commit

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

* feat(opentracing): add RPC kind ([8eba518](https://github.com/RisingStack/jaeger-node/commit/8eba518))
* fix(cls): validate span context ([9f94cdf](https://github.com/RisingStack/jaeger-node/commit/9f94cdf))
* fix(jaeger): do not use built=in opentracing ([cfcc137](https://github.com/RisingStack/jaeger-node/commit/cfcc137))
* docs(readme): fix example ([e574dc2](https://github.com/RisingStack/jaeger-node/commit/e574dc2))
* docs(readme): fix reporter docs ([663b2aa](https://github.com/RisingStack/jaeger-node/commit/663b2aa))
* docs(readme): fix warning typo ([a57b853](https://github.com/RisingStack/jaeger-node/commit/a57b853))



<a name="2.0.0"></a>
# 2.0.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.0.0",
"version": "2.1.0",
"description": "Out of the box OpenTracing instrumentation for Node.js and Jaeger",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 48cec71

Please sign in to comment.