Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Mar 30, 2017
1 parent a1bbb86 commit 991ee9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.38",
"version": "0.6.2"
"version": "0.7.0"
}
2 changes: 1 addition & 1 deletion packages/zipkin-instrumentation-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-fetch",
"version": "0.6.1",
"version": "0.7.0",
"description": "Interceptor for HTTP clients using the 'fetch' API",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zipkin-instrumentation-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-redis",
"version": "0.6.1",
"version": "0.7.0",
"description": "Interceptor for redis clients",
"main": "lib/zipkinClient.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zipkin-instrumentation-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-request",
"version": "0.6.2",
"version": "0.7.0",
"description": "Instrumentation for request with Zipkin.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 991ee9f

Please sign in to comment.