We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f1df7 commit 1993f68Copy full SHA for 1993f68
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.3.0
2
+
3
+- fix: Handle `module.exports = class Foo` when locating classes (#7)
4
5
## 0.2.0
6
7
- fix: Ensure `channel_name` doesn't cause invalid JavaScript identifiers (#4)
package.json
@@ -1,6 +1,6 @@
{
"name": "@apm-js-collab/code-transformer",
- "version": "0.2.0",
+ "version": "0.3.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
0 commit comments