Skip to content

Commit b0b3f84

Browse files
committed
chore: release version v0.3.0
1 parent 102d8ee commit b0b3f84

File tree

3 files changed

+2151
-2581
lines changed

3 files changed

+2151
-2581
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Dependencies
2-
node_modules/
2+
node_modules/

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valaxy-addon-git-log",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"packageManager": "[email protected]",
55
"description": "Integrates git logs into your page of Valaxy site.",
66
"repository": "https://github.com/valaxyjs/valaxy-addon-git-log",
@@ -20,14 +20,16 @@
2020
},
2121
"dependencies": {
2222
"@octokit/rest": "^21.0.2",
23+
"fs-extra": "^11.3.0",
2324
"gravatar": "^1.8.2",
2425
"md5": "^2.3.0",
2526
"simple-git": "^3.27.0"
2627
},
2728
"devDependencies": {
29+
"@types/fs-extra": "^11.0.4",
2830
"@types/gravatar": "^1.8.6",
2931
"@types/md5": "^2.3.5",
30-
"bumpp": "^9.9.1",
31-
"valaxy": "^0.22.4"
32+
"bumpp": "^10.1.0",
33+
"valaxy": "^0.23.0"
3234
}
3335
}

0 commit comments

Comments
 (0)