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.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.6.0](v13.5.2...v13.6.0) (2023-03-14)

### Bug Fixes

* cleanup JUMP_TAB in generator to support Generator.prototype.return ([361afc3](361afc3))
* cleanup JUMP_TAB in generator to support Generator.prototype.throw ([0e390ed](0e390ed))
* no longer log undefined for the source url ([e5caf45](e5caf45))
* use command-options.cwd to load jest config ([8b8a70c](8b8a70c))

### Features

* support jest.config.js as esm ([e2cd6b6](e2cd6b6))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 4f3f33f commit 84eaba6
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.6.0](https://github.com/getappmap/appmap-agent-js/compare/v13.5.2...v13.6.0) (2023-03-14)


### Bug Fixes

* cleanup JUMP_TAB in generator to support Generator.prototype.return ([361afc3](https://github.com/getappmap/appmap-agent-js/commit/361afc3b86b6b39832f5f37c682d59dee796930e))
* cleanup JUMP_TAB in generator to support Generator.prototype.throw ([0e390ed](https://github.com/getappmap/appmap-agent-js/commit/0e390ed3b8dc7c49e0a5da54006bc69b9a5389b7))
* no longer log undefined for the source url ([e5caf45](https://github.com/getappmap/appmap-agent-js/commit/e5caf4594e4a3780db806e3c25d393be05d4e378))
* use command-options.cwd to load jest config ([8b8a70c](https://github.com/getappmap/appmap-agent-js/commit/8b8a70c08466f08e243e0524588d5da0daf43480))


### Features

* support jest.config.js as esm ([e2cd6b6](https://github.com/getappmap/appmap-agent-js/commit/e2cd6b6d1b5b325234063d5273125fb5cf3c1aca))

## [13.5.2](https://github.com/getappmap/appmap-agent-js/compare/v13.5.1...v13.5.2) (2023-03-03)


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.2",
"version": "13.6.0",
"bin": {
"appmap-agent-js": "bin/appmap-agent-js.cjs"
},
Expand Down

0 comments on commit 84eaba6

Please sign in to comment.