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

Commit

Permalink
chore(release): 9.4.4 [skip ci]
Browse files Browse the repository at this point in the history
## [9.4.4](v9.4.3...v9.4.4) (2022-01-29)

### Bug Fixes

* bin file is now commonjs instead of native module ([f729934](f729934))
* rename noop engine into engines in package.json ([9d05d81](9d05d81))
  • Loading branch information
semantic-release-bot committed Jan 29, 2022
1 parent f982821 commit 5f1e2a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [9.4.4](https://github.com/applandinc/appmap-agent-js/compare/v9.4.3...v9.4.4) (2022-01-29)


### Bug Fixes

* bin file is now commonjs instead of native module ([f729934](https://github.com/applandinc/appmap-agent-js/commit/f729934a17301d10c495998077e50086895b7e1f))
* rename noop engine into engines in package.json ([9d05d81](https://github.com/applandinc/appmap-agent-js/commit/9d05d81b79cec869283d09e778a56405ac1e6c3e))

## [9.4.3](https://github.com/applandinc/appmap-agent-js/compare/v9.4.2...v9.4.3) (2022-01-26)


Expand Down
2 changes: 1 addition & 1 deletion 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": "9.4.3",
"version": "9.4.4",
"bin": {
"appmap-agent-js": "bin/appmap-agent-js"
},
Expand Down

0 comments on commit 5f1e2a4

Please sign in to comment.