Skip to content

Commit ec4ff2d

Browse files
chore(release): 0.4.1
1 parent e83c331 commit ec4ff2d

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.4.1](https://github.com/Prathamesh-chougale-17/acme-platform-starter/compare/v0.4.0...v0.4.1) (2026-04-29)
6+
7+
### Features
8+
9+
- **cli:** implement copyEnvFiles function to automate .env file setup ([e83c331](https://github.com/Prathamesh-chougale-17/acme-platform-starter/commit/e83c3311aa751fdcb9ea2741ccc5bb4b415110bc))
10+
11+
### Bug Fixes
12+
13+
- **docs:** standardize import quotes in SKILL.MD for better readability ([ba7465d](https://github.com/Prathamesh-chougale-17/acme-platform-starter/commit/ba7465db6bd41e8f9250fa787dc5dd7197f518bb))
14+
515
## [0.4.0](https://github.com/Prathamesh-chougale-17/acme-platform-starter/compare/v0.3.6...v0.4.0) (2026-04-29)
616

717
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acme-platform",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"license": "MIT",
66
"repository": {

packages/shared/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const APP_NAME = 'Acme Platform';
22
export const API_V1_PREFIX = '/api/v1';
3-
export const APP_VERSION = '0.4.0';
3+
export const APP_VERSION = '0.4.1';

0 commit comments

Comments
 (0)