Skip to content

Commit a694e4a

Browse files
committed
Publish package v3.0.28
Update version number and CHANGELOG.md.
1 parent 96b8545 commit a694e4a

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

.changesets/update-diagnose-tool-urls.md

-6
This file was deleted.

.changesets/upgrade-node-gyp-dependency.md

-6
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# AppSignal for Node.js Changelog
22

3+
## 3.0.28
4+
5+
### Fixed
6+
7+
- [72e9e73](https://github.com/appsignal/appsignal-nodejs/commit/72e9e731b3a28155fe7c77d67ae619f649bfeec1) patch - Update the diagnose tool URLs printed by the CLI and package to the new location in our documentation.
8+
- [96b8545](https://github.com/appsignal/appsignal-nodejs/commit/96b8545323195ee5857a18190c5138834e51756f) patch - Fix compatibility issue with Node.js's node-gyp package and Python 3.12.0. Python 3.12.0 removed a package called "distutils", causing the extension to fail to install. Upgrade the node-gyp package with the fix for this issue.
9+
310
## 3.0.27
411

512
### Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/nodejs",
3-
"version": "3.0.27",
3+
"version": "3.0.28",
44
"main": "dist/index",
55
"types": "dist/index",
66
"license": "MIT",

0 commit comments

Comments
 (0)