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 bfbe99d commit c06de15Copy full SHA for c06de15
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.6.0
2
+
3
+- fix: Allow for argumentation mutation in complex argument functions (#19)
4
5
## 0.5.0
6
7
- fix: Allow injecting into functions nested in functions (#17)
package.json
@@ -1,6 +1,6 @@
{
"name": "@apm-js-collab/code-transformer",
- "version": "0.5.0",
+ "version": "0.6.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
@@ -25,4 +25,4 @@
25
"volta": {
26
"node": "22.15.0"
27
}
28
-}
+}
0 commit comments