Skip to content

Commit 1f21641

Browse files
chore(release): 0.3.6
1 parent f8c6b3e commit 1f21641

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.3.6](https://github.com/Prathamesh-chougale-17/acme-platform-starter/compare/v0.3.5...v0.3.6) (2026-04-29)
6+
7+
### Bug Fixes
8+
9+
- **web-e2e:** update smoke tests for home page and API docs visibility ([f8c6b3e](https://github.com/Prathamesh-chougale-17/acme-platform-starter/commit/f8c6b3efd8bf50d43276b4edad1a86d2ec14fdc7))
10+
511
### [0.3.5](https://github.com/Prathamesh-chougale-17/acme-platform-starter/compare/v0.3.4...v0.3.5) (2026-04-29)
612

713
### Bug Fixes

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.3.5",
3+
"version": "0.3.6",
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.3.5';
3+
export const APP_VERSION = '0.3.6';

0 commit comments

Comments
 (0)