Skip to content

Commit a08febf

Browse files
authored
chore: Changelog for v0.4.0 release (#14)
1 parent 5f75963 commit a08febf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 0.3.0
29

310
- fix: Handle `module.exports = class Foo` when locating classes (#7)

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

0 commit comments

Comments
 (0)