Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit c54ef76

Browse files
authored
chore(release): 5.24.0
* chore(release): 5.24.0 * docs(changelog): update
1 parent 8c99955 commit c54ef76

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
# [5.24.0](https://github.com/americanexpress/one-app/compare/v5.23.2...v5.24.0) (2024-03-26)
6+
7+
8+
### Features
9+
10+
* add dotenv support ([#1337](https://github.com/americanexpress/one-app/issues/1337)) ([8c99955](https://github.com/americanexpress/one-app/commit/8c999554fba8598d70259ad3a7d4464894042787))
11+
* **otel:** log notice to STDOUT when using OTel ([#1233](https://github.com/americanexpress/one-app/issues/1233)) ([35e7ac4](https://github.com/americanexpress/one-app/commit/35e7ac4c9ae4b1ea38ed445a74ebc47aa2870af3))
12+
* **style-loader:** aggregate stylesheets and dedupe if already loaded ([#1291](https://github.com/americanexpress/one-app/issues/1291)) ([e840a87](https://github.com/americanexpress/one-app/commit/e840a87ba9962fb1cfffb21d6e5ef69b127fd527)), closes [#1099](https://github.com/americanexpress/one-app/issues/1099)
13+
14+
15+
### Reverts
16+
17+
* Revert "refactor(node): upgrade to node 20" (#1334) ([02474d7](https://github.com/americanexpress/one-app/commit/02474d7c03f354bbb7b8df181438b8056d65b4d8)), closes [#1334](https://github.com/americanexpress/one-app/issues/1334)
18+
19+
520
## [5.23.2](https://github.com/americanexpress/one-app/compare/v5.23.1...v5.23.2) (2023-11-16)
621

722

one-app-statics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@americanexpress/one-app-statics",
3-
"version": "5.23.2",
3+
"version": "5.24.0",
44
"description": "One App Static Assets",
55
"main": "index.js",
66
"scripts": {

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": "@americanexpress/one-app",
3-
"version": "5.23.2",
3+
"version": "5.24.0",
44
"description": "One Amex SPA technology stack.",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)