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 d5ba561 commit 69448f5Copy full SHA for 69448f5
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.10.1 - 2018/7/31
2
+ * fix(graphql): handle execute args object (#484)
3
+
4
# 1.10.0 - 2018/7/30
5
* feat(cassandra): instrument Cassandra queries (#437)
6
* feat(mssql): instrument SQL Server queries (#444)
package.json
@@ -1,6 +1,6 @@
{
"name": "elastic-apm-node",
- "version": "1.10.0",
+ "version": "1.10.1",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"scripts": {
@@ -151,7 +151,7 @@
151
]
152
},
153
"coordinates": [
154
- 55.6773705,
155
- 12.5526636
+ 55.777008,
+ 12.592123
156
157
}
0 commit comments