githublogen 0.3.6 → 0.3.8

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +1 -1
  2. package/package.json +2 -2
package/dist/cli.mjs CHANGED
@@ -482,7 +482,7 @@ function createConsola(options = {}) {
482
482
  }
483
483
  const consola = createConsola();
484
484
 
485
- const version = "0.3.6";
485
+ const version = "0.3.8";
486
486
 
487
487
  function getHeaders(githubToken) {
488
488
  return {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "githublogen",
3
3
  "type": "module",
4
- "version": "0.3.6",
4
+ "version": "0.3.8",
5
5
  "packageManager": "pnpm@8.12.0",
6
6
  "author": {
7
7
  "name": "Soybean",
@@ -43,7 +43,7 @@
43
43
  "execa": "8.0.1",
44
44
  "kolorist": "1.8.0",
45
45
  "ofetch": "1.3.3",
46
- "@soybeanjs/changelog": "0.3.6"
46
+ "@soybeanjs/changelog": "0.3.8"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@soybeanjs/cli": "0.8.8",