Skip to content

Commit

Permalink
chore(release): 2.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.15.0](v2.14.2...v2.15.0) (2024-02-07)

### Bug Fixes

* Correctly handle dots in paths ([7168e56](7168e56)), closes [#104](#104)
* Handle relative paths in source maps correctly ([a35df7e](a35df7e))
* Handle tRPC proxy error in object constructor access ([c0b53dd](c0b53dd))
* Skip transformation for next edge runtime ([9997353](9997353))

### Features

* Use relative paths in appmaps ([62105e3](62105e3)), closes [#100](#100)
  • Loading branch information
semantic-release-bot committed Feb 7, 2024
1 parent a35df7e commit d8200c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.15.0](https://github.com/getappmap/appmap-node/compare/v2.14.2...v2.15.0) (2024-02-07)


### Bug Fixes

* Correctly handle dots in paths ([7168e56](https://github.com/getappmap/appmap-node/commit/7168e56bdb564fc8b62fcc7ce87478aaa307dcc4)), closes [#104](https://github.com/getappmap/appmap-node/issues/104)
* Handle relative paths in source maps correctly ([a35df7e](https://github.com/getappmap/appmap-node/commit/a35df7ef134260e3b630637b0023abbae2d9cbbe))
* Handle tRPC proxy error in object constructor access ([c0b53dd](https://github.com/getappmap/appmap-node/commit/c0b53dda727164c9fc7859722b2c06a109efe577))
* Skip transformation for next edge runtime ([9997353](https://github.com/getappmap/appmap-node/commit/9997353faf38823606bc60e9004a1bcd9d90122d))


### Features

* Use relative paths in appmaps ([62105e3](https://github.com/getappmap/appmap-node/commit/62105e3d1dd80f114d8f98985dc07bed457148af)), closes [#100](https://github.com/getappmap/appmap-node/issues/100)

## [2.14.2](https://github.com/getappmap/appmap-node/compare/v2.14.1...v2.14.2) (2024-01-25)


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.14.2",
"version": "2.15.0",
"description": "AppMap agent for Node.js",
"keywords": [
"AppMap",
Expand Down

0 comments on commit d8200c8

Please sign in to comment.