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

Commit

Permalink
chore(release): 11.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [11.7.1](v11.7.0...v11.7.1) (2022-11-07)

### Bug Fixes

* provide path instead of url to spawn ([5ad873e](5ad873e))
* use error.name instead of constructor identity ([d217b59](d217b59))

### Performance Improvements

* remove outdated violation search param ([324aaeb](324aaeb))
  • Loading branch information
semantic-release-bot committed Nov 7, 2022
1 parent 1aad0e2 commit e7d1078
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [11.7.1](https://github.com/getappmap/appmap-agent-js/compare/v11.7.0...v11.7.1) (2022-11-07)


### Bug Fixes

* provide path instead of url to spawn ([5ad873e](https://github.com/getappmap/appmap-agent-js/commit/5ad873e1c13e167ece1e0016b3a39f38ada2dc05))
* use error.name instead of constructor identity ([d217b59](https://github.com/getappmap/appmap-agent-js/commit/d217b59ae24e5506bb7d0f448e83b0a2ea1415a2))


### Performance Improvements

* remove outdated violation search param ([324aaeb](https://github.com/getappmap/appmap-agent-js/commit/324aaeba5e69162ffee9d335a3ea445b2c092387))

# [11.7.0](https://github.com/getappmap/appmap-agent-js/compare/v11.6.0...v11.7.0) (2022-10-28)


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": "11.7.0",
"version": "11.7.1",
"bin": {
"appmap-agent-js": "bin/appmap-agent-js"
},
Expand Down

0 comments on commit e7d1078

Please sign in to comment.