Skip to content

Commit 90d1964

Browse files
author
Dmitriy Borzenko
committed
resolved CHANGELOG.md conflict
2 parents 614f6c6 + 6820996 commit 90d1964

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Changed
99
- Restructuring of the application catalogs
1010

11+
## [0.39.1] - 2025-02-03
12+
### Changed
13+
- Feature flags: set the "account-settings.email" to "stable" value
14+
1115
## [0.39.0] - 2025-02-03
1216
### Added
1317
- Added a feature for changing account email

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": "kamu-platform",
3-
"version": "0.39.0",
3+
"version": "0.39.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --watch",

src/assets/feature-flags.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
},
431431
{
432432
"id": "emails",
433-
"developmentState": "reserved"
433+
"developmentState": "stable"
434434
},
435435
{
436436
"id": "notifications",

0 commit comments

Comments
 (0)