Skip to content

Commit 6a3114d

Browse files
authored
chore: release v3.1.1 (#1014)
1 parent 2186bf7 commit 6a3114d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log - @splunk/otel
22

3+
## 3.1.1
4+
5+
- Fix loading of neo4j-driver instrumentation. [#1013](https://github.com/signalfx/splunk-otel-js/pull/1013)
6+
37
## 3.1.0
48

59
- Add neo4j-driver instrumentation. [#1010](https://github.com/signalfx/splunk-otel-js/pull/1010)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/otel",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.",
55
"repository": "[email protected]:signalfx/splunk-otel-js.git",
66
"author": "Splunk <[email protected]>",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

17-
export const VERSION = '3.1.0';
17+
export const VERSION = '3.1.1';

0 commit comments

Comments
 (0)