Skip to content

Commit 1993f68

Browse files
authored
chore: Release v0.3.0 (#8)
1 parent 77f1df7 commit 1993f68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0
2+
3+
- fix: Handle `module.exports = class Foo` when locating classes (#7)
4+
15
## 0.2.0
26

37
- fix: Ensure `channel_name` doesn't cause invalid JavaScript identifiers (#4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apm-js-collab/code-transformer",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)