Skip to content

Commit b064c54

Browse files
chore(main): release create-lv48-app 0.5.0 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f73b43c commit b064c54

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

.release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/ivan-gerasimov-1/create-lv48-app/compare/create-lv48-app-v0.4.0...create-lv48-app-v0.5.0) (2026-03-21)
4+
5+
6+
### Features
7+
8+
* add bugfix-lifecycle skill for OpenSpec-based bug resolution ([f3379ce](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/f3379cef1adfb8c8992c8120d4fa17abb1c15cdf))
9+
* add Codex environment configuration for automated setup ([5f5d8a6](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/5f5d8a6ec7c05a37de81f41fbd3dcda935f19b59))
10+
* add feature-lifecycle skill for OpenSpec-based feature development ([880f6d0](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/880f6d00cf3db8d4423efad802acece3f60444e8))
11+
* add feature-plan and feature-implement skills for structured development workflow ([80a5b61](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/80a5b6138659d5cc12a5cf6e77b645283a0b634a))
12+
* add openspec workflow skills for change management and exploration ([65a176e](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/65a176e61f580350100b0b940c75bae5eb4b9b31))
13+
* add specs for CLI and preset scaffolding behavior ([96bd174](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/96bd1747e7b79b2dd6dd396f836a60d8306201af))
14+
* add symlink to skills directory for Claude integration ([82db212](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/82db212e93450eb25c4c487b9b93570673e7bfbc))
15+
* add teammate-code-reviewer skill for structured code reviews ([de2d282](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/de2d282a33f4b4ca1de5ced6d31d74cfdcc49d7e))
16+
* **cli:** show post-setup progress messages ([24edf01](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/24edf016954945f8470d55bc2b7097d5d6108a6c))
17+
* **cli:** support --version flag ([f73b43c](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/f73b43c90f26fb6b295f6277ed6e463a36eaa0fd))
18+
* raise minimum Node.js version to 24 across CLI and generated scaffold ([eca8879](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/eca8879e45650af472f00d5ddebe14b7ef146feb))
19+
* simplify package release flow ([#9](https://github.com/ivan-gerasimov-1/create-lv48-app/issues/9)) ([bd44a4b](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/bd44a4bc0552098d1eedded6d91d8a5bfa5ee076))
20+
* **skill:** enforce hard stop at section boundaries in openspec-apply-change ([035b2e2](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/035b2e23c5e55a69f3a950a27cbaec1d5c0f0af5))
21+
* **skill:** scope feature-implement to single section with hard stop at boundaries ([38c49f3](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/38c49f3a3187f55d8953b282edf520fde2983318))
22+
23+
24+
### Bug Fixes
25+
26+
* **ci:** quote if expression to prevent YAML parsing error ([ae92f47](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/ae92f4719d9d8456bf6ef430bf3e7d67a8c6e5aa))
27+
* **generate:** improve scaffolding error handling and directory tracking ([07f8d3f](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/07f8d3f81ce3d682756e1007ac87b2aabf07760b))
28+
* **release:** derive expected packed files dynamically from disk ([d1a2df9](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/d1a2df9f7d91438df650037a6ef2f709ae80d5b0))
29+
* remove leading slash from bin path for npm compatibility ([459d684](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/459d6845548d4ecdf09b8a6a81b707e26d9dc916))
30+
* **skill:** correct typo in feature-implement skill description ([9a9dbe7](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/9a9dbe7158cd86ab91763c9608697ce1be2c887b))
31+
* support publishing public npm package from private repo ([a9ccd34](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/a9ccd34ad8df56aa150fbe25ab64c07fcf912816))
32+
* **transforms:** throw on unresolved placeholder instead of passing through ([5df4889](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/5df4889e66a1bd6470c2498807181aa763323f82))
33+
* **transforms:** wrap JSON.parse in try-catch with helpful error message ([e32cbbe](https://github.com/ivan-gerasimov-1/create-lv48-app/commit/e32cbbe81a01a357c466e9fe710544c470afbe4a))
34+
335
## [0.4.0](https://github.com/ivan-gerasimov-1/create-lv48-app/compare/create-lv48-app-v0.3.1...create-lv48-app-v0.4.0) (2026-03-21)
436

537

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-lv48-app",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Opinionated monorepo scaffold for TS-first SaaS: React/Vite, Astro, Hono",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)