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 378f9b7 commit 65fbb26Copy full SHA for 65fbb26
CHANGELOG.md
@@ -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
@@ -1,6 +1,6 @@
{
"name": "@apm-js-collab/code-transformer",
- "version": "0.1.1",
+ "version": "0.2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
0 commit comments