github-labels-template 0.3.0-staging.4cd350e → 0.4.0
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -339,7 +339,7 @@ import pc3 from "picocolors";
|
|
|
339
339
|
// package.json
|
|
340
340
|
var package_default = {
|
|
341
341
|
name: "github-labels-template",
|
|
342
|
-
version: "0.
|
|
342
|
+
version: "0.4.0",
|
|
343
343
|
description: "A CLI tool to apply a curated GitHub labels template to any repository using gh CLI.",
|
|
344
344
|
type: "module",
|
|
345
345
|
bin: {
|