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 5f75963 commit a08febfCopy full SHA for a08febf
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.4.0
2
+
3
+- feat: Error when code injection fails (#9)
4
+- feat: Allow `unknown` module type (#11)
5
+- fix: `wasm-pack` should be in `devDependencies` (#12)
6
+- fix: Use uniquely named local variables (#13)
7
8
## 0.3.0
9
10
- fix: Handle `module.exports = class Foo` when locating classes (#7)
package.json
@@ -1,6 +1,6 @@
{
"name": "@apm-js-collab/code-transformer",
- "version": "0.3.0",
+ "version": "0.4.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
0 commit comments