Skip to content

Commit c3fe439

Browse files
authored
v0.31.0 (#1242)
1 parent 398fa01 commit c3fe439

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dd-trace",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"description": "Datadog APM tracing client for JavaScript",
55
"main": "index.js",
66
"typings": "index.d.ts",

packages/dd-trace/lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '0.30.0'
1+
module.exports = '0.31.0'

0 commit comments

Comments
 (0)