diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0f7f4eb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +## 0.2.0 + +- fix: Ensure `channel_name` doesn't cause invalid JavaScript identifiers (#4) +- fix: Don't check for matching sync/async function type (#5) + +## 0.1.1 + +- Initial publish of the temporary package. diff --git a/package.json b/package.json index ae0d04b..46d59e1 100644 --- a/package.json +++ b/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",