We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd4c75 commit 7a8982cCopy full SHA for 7a8982c
README.md
@@ -59,6 +59,13 @@ npx giget "gh:onify/functions#v2.0.0./" ./ --force --verbose
59
60
## Changelog
61
62
+### latest
63
+
64
+### 2.0.1
65
66
+- build: bump fast-xml-parser to 4.3.6
67
+- chore: implement https://github.com/onify/commitlint-config
68
69
### 2.0.0
70
71
First release...
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "functions",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Onify Functions",
5
"main": "app.js",
6
"type": "module",
0 commit comments