From 6c820cbaf4d714eea8639bf1c29be2b898c10883 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:13:25 +0000 Subject: [PATCH] chore(main): release dev 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d81dc..feb51af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ +## [3.0.0](https://github.com/BePower/.github/compare/dev-2.0.0...dev-3.0.0) (2026-08-04) + + +### ⚠ BREAKING CHANGES + +* **cli:** `dev bootstrap` no longer runs `git init` and creates an initial commit. Initialize the repo manually after bootstrapping. + +### Features + +* **cli:** :sparkles: improve config management and add diff command ([07cec2d](https://github.com/BePower/.github/commit/07cec2da8cbf57a896e48c6b43a9b7670d4fe15f)) +* **kiro:** :sparkles: enhance templates from production project ([dd34f64](https://github.com/BePower/.github/commit/dd34f64492902cc4b900ac6ae285186ac2073690)) +* **kiro:** :sparkles: install functional-analyst globally and add ([89619ae](https://github.com/BePower/.github/commit/89619aec33d8fb25e74a5d004560f3b1ba236704)) +* **skills:** :sparkles: add testlist.md to spec-templates workflow ([9df3a2f](https://github.com/BePower/.github/commit/9df3a2fc6f581d38cdeef0590c006a8ab5150223)) + ## [2.0.0](https://github.com/BePower/.github/compare/dev-1.4.0...dev-2.0.0) (2026-05-16) diff --git a/package-lock.json b/package-lock.json index 5679022..a6f80c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bepower/dev", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bepower/dev", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^14.0.0", diff --git a/package.json b/package.json index 7a33acb..c36dc16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bepower/dev", - "version": "2.0.0", + "version": "3.0.0", "description": "Configurations and tools for developers (VERY opinionated)", "keywords": [ "cli",