@bensandee/tooling 0.5.1 → 0.6.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.
Files changed (2) hide show
  1. package/dist/bin.mjs +2 -2
  2. package/package.json +2 -2
package/dist/bin.mjs CHANGED
@@ -2701,7 +2701,7 @@ function mergeGitHub(dryRun) {
2701
2701
  const main = defineCommand({
2702
2702
  meta: {
2703
2703
  name: "tooling",
2704
- version: "0.5.1",
2704
+ version: "0.6.0",
2705
2705
  description: "Bootstrap and maintain standardized TypeScript project tooling"
2706
2706
  },
2707
2707
  subCommands: {
@@ -2713,7 +2713,7 @@ const main = defineCommand({
2713
2713
  "release:merge": releaseMergeCommand
2714
2714
  }
2715
2715
  });
2716
- console.log(`@bensandee/tooling v0.5.1`);
2716
+ console.log(`@bensandee/tooling v0.6.0`);
2717
2717
  runMain(main);
2718
2718
 
2719
2719
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bensandee/tooling",
3
- "version": "0.5.1",
3
+ "version": "0.6.0",
4
4
  "description": "CLI tool to bootstrap and maintain standardized TypeScript project tooling",
5
5
  "bin": {
6
6
  "tooling": "./dist/bin.mjs"
@@ -31,7 +31,7 @@
31
31
  "tsdown": "0.20.3",
32
32
  "typescript": "5.9.3",
33
33
  "vitest": "4.0.18",
34
- "@bensandee/config": "0.5.0"
34
+ "@bensandee/config": "0.6.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsdown",