Skip to content

Commit

Permalink
chore(release): 2.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.19.0](v2.18.0...v2.19.0) (2024-03-19)

### Bug Fixes

* Correctly quote NODE_OPTIONS when spaces occur in paths ([36b5c9e](36b5c9e)), closes [#122](#122)

### Features

* Instrument named const and exported lambdas ([4ec7754](4ec7754))
* Stringify ClientRequests as `[ClientRequest: <method> <url>]` ([f4b8518](f4b8518))
  • Loading branch information
semantic-release-bot committed Mar 19, 2024
1 parent 2b40b3f commit a7e46d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.19.0](https://github.com/getappmap/appmap-node/compare/v2.18.0...v2.19.0) (2024-03-19)


### Bug Fixes

* Correctly quote NODE_OPTIONS when spaces occur in paths ([36b5c9e](https://github.com/getappmap/appmap-node/commit/36b5c9e264ca58541510a6471d62688850b9d99c)), closes [#122](https://github.com/getappmap/appmap-node/issues/122)


### Features

* Instrument named const and exported lambdas ([4ec7754](https://github.com/getappmap/appmap-node/commit/4ec77545613568050a8484d26c4885c8f088ce2d))
* Stringify ClientRequests as `[ClientRequest: <method> <url>]` ([f4b8518](https://github.com/getappmap/appmap-node/commit/f4b8518dbdacdd68e0bb9a0bf14b6797450e7cf8))

# [2.18.0](https://github.com/getappmap/appmap-node/compare/v2.17.0...v2.18.0) (2024-03-03)


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": "appmap-node",
"version": "2.18.0",
"version": "2.19.0",
"description": "AppMap agent for Node.js",
"keywords": [
"AppMap",
Expand Down

0 comments on commit a7e46d2

Please sign in to comment.