githublogen 0.3.3 → 0.3.4

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
@@ -481,7 +481,7 @@ function createConsola(options = {}) {
481
481
  }
482
482
  const consola = createConsola();
483
483
 
484
- const version = "0.3.3";
484
+ const version = "0.3.4";
485
485
 
486
486
  function getHeaders(githubToken) {
487
487
  return {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "githublogen",
3
3
  "type": "module",
4
- "version": "0.3.3",
4
+ "version": "0.3.4",
5
5
  "sideEffects": false,
6
6
  "author": {
7
7
  "name": "Soybean",
@@ -35,7 +35,7 @@
35
35
  "execa": "8.0.1",
36
36
  "kolorist": "1.8.0",
37
37
  "ofetch": "1.2.1",
38
- "@soybeanjs/changelog": "0.3.3"
38
+ "@soybeanjs/changelog": "0.3.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@soybeanjs/cli": "0.7.1",