Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
chore(release): 13.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [13.5.1](v13.5.0...v13.5.1) (2023-02-22)

### Bug Fixes

* add loc on manufactured empty ast ([6f64aa3](6f64aa3))
* more robust ast lookup ([54bf1f5](54bf1f5))
* only use the last extension segment of urls for parsing ([fae2458](fae2458))

### Performance Improvements

* do not load disabled source files ([5d488c2](5d488c2))
* faster url parsing ([e7c92dc](e7c92dc))
  • Loading branch information
semantic-release-bot committed Feb 22, 2023
1 parent 118df00 commit 5f8ab1c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [13.5.1](https://github.com/getappmap/appmap-agent-js/compare/v13.5.0...v13.5.1) (2023-02-22)


### Bug Fixes

* add loc on manufactured empty ast ([6f64aa3](https://github.com/getappmap/appmap-agent-js/commit/6f64aa3d3d0c3d396e2aafa32b5605cddc532d69))
* more robust ast lookup ([54bf1f5](https://github.com/getappmap/appmap-agent-js/commit/54bf1f58c0400844502ca63bed8638a5defcc13f))
* only use the last extension segment of urls for parsing ([fae2458](https://github.com/getappmap/appmap-agent-js/commit/fae2458b965e51d3050b7991b2b4d3d926a772f7))


### Performance Improvements

* do not load disabled source files ([5d488c2](https://github.com/getappmap/appmap-agent-js/commit/5d488c2aec7d7a33f6db91f2499cadd6847f3c91))
* faster url parsing ([e7c92dc](https://github.com/getappmap/appmap-agent-js/commit/e7c92dccb752ad1a5cc54830c2eb371f1273c199))

# [13.5.0](https://github.com/getappmap/appmap-agent-js/compare/v13.4.0...v13.5.0) (2023-02-17)


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": "@appland/appmap-agent-js",
"version": "13.5.0",
"version": "13.5.1",
"bin": {
"appmap-agent-js": "bin/appmap-agent-js.cjs"
},
Expand Down

0 comments on commit 5f8ab1c

Please sign in to comment.