Skip to content

Commit deb860d

Browse files
chore(release): 0.3.4
1 parent cc00d13 commit deb860d

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.4](https://github.com/Prathamesh-chougale-17/acme-platform-starter/compare/v0.3.3...v0.3.4) (2026-04-28)
6+
7+
### Features
8+
9+
- enhance logging configuration and error handling for Loki integration ([cc00d13](https://github.com/Prathamesh-chougale-17/acme-platform-starter/commit/cc00d13f1e92e8f4b0e5de594b82b2834b58cccd))
10+
511
### [0.3.3](https://github.com/Prathamesh-chougale-17/acme-platform-starter/compare/v0.3.2...v0.3.3) (2026-04-28)
612

713
### 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.3.3",
3+
"version": "0.3.4",
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.3';
3+
export const APP_VERSION = '0.3.4';

0 commit comments

Comments
 (0)