Skip to content

Commit 1915610

Browse files
Publish package v3.3.1
Update version number and CHANGELOG.md.
1 parent e5fca24 commit 1915610

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.changesets/don-t-evaluate-environment-variable-values-to-read-configuration.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# AppSignal for Node.js Changelog
22

3+
## 3.3.1
4+
5+
_Published on 2024-03-21._
6+
7+
### Changed
8+
9+
- [e5fca24](https://github.com/appsignal/appsignal-nodejs/commit/e5fca24b3d88ced9f16babc70e5e3a9b4c6693a6) patch - Don’t evaluate environment variable values to read configuration
10+
11+
In previous versions of the Node.js integration, environment variables were evaluated to read their values. This version instead parses them based on their expected values.
12+
313
## 3.3.0
414

515
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/nodejs",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"main": "dist/index",
55
"types": "dist/index",
66
"license": "MIT",

0 commit comments

Comments
 (0)