Skip to content

Commit 12cceb5

Browse files
committed
1.7.1
1 parent 86522ea commit 12cceb5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.7.1 - 2018/6/20
2+
* fix(express-queue): retain continuity through express-queue (#396)
3+
14
# 1.7.0 - 2018/6/18
25
* feat(mysql): support mysql2 module (#298)
36
* feat(graphql): add support for the upcoming GraphQL v14.x (#399)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"scripts": {
@@ -147,7 +147,7 @@
147147
]
148148
},
149149
"coordinates": [
150-
55.777638,
151-
12.590205
150+
55.6773705,
151+
12.5614183
152152
]
153153
}

0 commit comments

Comments
 (0)