We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86522ea commit 12cceb5Copy full SHA for 12cceb5
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.7.1 - 2018/6/20
2
+ * fix(express-queue): retain continuity through express-queue (#396)
3
+
4
# 1.7.0 - 2018/6/18
5
* feat(mysql): support mysql2 module (#298)
6
* feat(graphql): add support for the upcoming GraphQL v14.x (#399)
package.json
@@ -1,6 +1,6 @@
{
"name": "elastic-apm-node",
- "version": "1.7.0",
+ "version": "1.7.1",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"scripts": {
@@ -147,7 +147,7 @@
147
]
148
},
149
"coordinates": [
150
- 55.777638,
151
- 12.590205
+ 55.6773705,
+ 12.5614183
152
153
}
0 commit comments