Skip to content

Commit 65fbb26

Browse files
authored
chore: v0.2.0 release (#6)
1 parent 378f9b7 commit 65fbb26

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 0.2.0
2+
3+
- fix: Ensure `channel_name` doesn't cause invalid JavaScript identifiers (#4)
4+
- fix: Don't check for matching sync/async function type (#5)
5+
6+
## 0.1.1
7+
8+
- Initial publish of the temporary package.

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.1.1",
3+
"version": "0.2.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)