Skip to content

Commit

Permalink
Release v2.2.0 (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: sumitsuthar <[email protected]>
Co-authored-by: Sumit Suthar <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent ae9d8e7 commit 2675072
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v2.2.0 (2024-12-18)
#### Features
* Support for express 5.x
* IAST support for GraphQL
* Added support for trustboundary security events

#### Bug fixes
* Fix for empty route in fastify

### v2.1.1 (2024-11-07)
#### Bug fixes
* Fix for assignment to logger constant
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/security-agent",
"version": "2.1.1",
"version": "2.2.0",
"description": "New Relic Security Agent for Node.js",
"main": "index.js",
"jsonVersion": "1.2.9",
Expand Down
2 changes: 1 addition & 1 deletion third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Thu Nov 07 2024 11:04:14 GMT+0530 (India Standard Time)",
"lastUpdated": "Wed Dec 18 2024 10:25:36 GMT+0530 (India Standard Time)",
"projectName": "@newrelic/security-agent",
"projectUrl": "https://github.com/newrelic/csec-node-agent.git",
"includeOptDeps": false,
Expand Down

0 comments on commit 2675072

Please sign in to comment.