githublogen 0.3.25-beta.1 → 0.3.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -1121,7 +1121,7 @@ import { blue, bold, cyan as cyan2, dim, red as red2, yellow as yellow2 } from "
|
|
|
1121
1121
|
import { getChangelogMarkdown } from "@soybeanjs/changelog";
|
|
1122
1122
|
|
|
1123
1123
|
// package.json
|
|
1124
|
-
var version = "0.3.25
|
|
1124
|
+
var version = "0.3.25";
|
|
1125
1125
|
|
|
1126
1126
|
// src/github.ts
|
|
1127
1127
|
import { ofetch } from "ofetch";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "githublogen",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.25
|
|
4
|
+
"version": "0.3.25",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Soybean",
|
|
7
7
|
"email": "soybeanjs@outlook.com",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"execa": "9.6.0",
|
|
44
44
|
"kolorist": "1.8.0",
|
|
45
45
|
"ofetch": "1.4.1",
|
|
46
|
-
"@soybeanjs/changelog": "0.3.25
|
|
46
|
+
"@soybeanjs/changelog": "0.3.25"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@soybeanjs/cli": "1.3.1",
|