Skip to content

Commit

Permalink
Publish package v3.4.8
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
unflxw committed Jul 4, 2024
1 parent e6c70f1 commit c5ad785
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# AppSignal for Node.js Changelog

## 3.4.8

_Published on 2024-07-04._

### Fixed

- Fix different spans of the same category incorrectly being reported with the same body. (patch [100e964](https://github.com/appsignal/appsignal-nodejs/commit/100e964310b56b1efc32459ac83d7b6a3c77be65))

## 3.4.7

_Published on 2024-06-20._
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appsignal/nodejs",
"version": "3.4.7",
"version": "3.4.8",
"main": "dist/index",
"types": "dist/index",
"license": "MIT",
Expand Down

0 comments on commit c5ad785

Please sign in to comment.