Skip to content

Commit ad5cd8d

Browse files
chore(release): 2.24.0 [skip ci]
# [2.24.0](v2.23.5...v2.24.0) (2024-08-12) ### Bug Fixes * Crash in emit attempt when stream closed ([0f2a2b5](0f2a2b5)) * Import-attributes support ([fef98fa](fef98fa)) ### Features * Async context tracking ([30aa862](30aa862)) * Control async context tracking with timeout ([4ddd343](4ddd343))
1 parent 0f2a2b5 commit ad5cd8d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.24.0](https://github.com/getappmap/appmap-node/compare/v2.23.5...v2.24.0) (2024-08-12)
2+
3+
4+
### Bug Fixes
5+
6+
* Crash in emit attempt when stream closed ([0f2a2b5](https://github.com/getappmap/appmap-node/commit/0f2a2b58fd59939dfca251559cf054cbc5490339))
7+
* Import-attributes support ([fef98fa](https://github.com/getappmap/appmap-node/commit/fef98fa35b669322f4f17eca2d3b3966d4ca46ea))
8+
9+
10+
### Features
11+
12+
* Async context tracking ([30aa862](https://github.com/getappmap/appmap-node/commit/30aa862cc3ef7371980cea2b39394dfb04bb5d3b))
13+
* Control async context tracking with timeout ([4ddd343](https://github.com/getappmap/appmap-node/commit/4ddd343fa7627c5c588875cd2cc66b95f839737d))
14+
115
## [2.23.5](https://github.com/getappmap/appmap-node/compare/v2.23.4...v2.23.5) (2024-08-05)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appmap-node",
3-
"version": "2.23.5",
3+
"version": "2.24.0",
44
"description": "AppMap agent for Node.js",
55
"keywords": [
66
"AppMap",

0 commit comments

Comments
 (0)