Skip to content

Commit c06de15

Browse files
authored
chore: v0.6.0 release (#21)
1 parent bfbe99d commit c06de15

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.0
2+
3+
- fix: Allow for argumentation mutation in complex argument functions (#19)
4+
15
## 0.5.0
26

37
- fix: Allow injecting into functions nested in functions (#17)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apm-js-collab/code-transformer",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",
@@ -25,4 +25,4 @@
2525
"volta": {
2626
"node": "22.15.0"
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)