github-labels-template 0.8.0-staging.571a293 → 0.9.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
|
@@ -1240,7 +1240,7 @@ import pc8 from "picocolors";
|
|
|
1240
1240
|
// package.json
|
|
1241
1241
|
var package_default = {
|
|
1242
1242
|
name: "github-labels-template",
|
|
1243
|
-
version: "0.
|
|
1243
|
+
version: "0.9.0",
|
|
1244
1244
|
description: "A CLI tool to apply a curated GitHub labels template to any repository using gh CLI.",
|
|
1245
1245
|
type: "module",
|
|
1246
1246
|
bin: {
|