Skip to content

Commit 69448f5

Browse files
committed
1.10.1
1 parent d5ba561 commit 69448f5

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.10.1 - 2018/7/31
2+
* fix(graphql): handle execute args object (#484)
3+
14
# 1.10.0 - 2018/7/30
25
* feat(cassandra): instrument Cassandra queries (#437)
36
* feat(mssql): instrument SQL Server queries (#444)

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.10.0",
3+
"version": "1.10.1",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"scripts": {
@@ -151,7 +151,7 @@
151151
]
152152
},
153153
"coordinates": [
154-
55.6773705,
155-
12.5526636
154+
55.777008,
155+
12.592123
156156
]
157157
}

0 commit comments

Comments
 (0)