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

Commit

Permalink
chore(release): 5.24.0
Browse files Browse the repository at this point in the history
* chore(release): 5.24.0

* docs(changelog): update
  • Loading branch information
oneamexbot authored Mar 26, 2024
1 parent 8c99955 commit c54ef76
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

# [5.24.0](https://github.com/americanexpress/one-app/compare/v5.23.2...v5.24.0) (2024-03-26)


### Features

* add dotenv support ([#1337](https://github.com/americanexpress/one-app/issues/1337)) ([8c99955](https://github.com/americanexpress/one-app/commit/8c999554fba8598d70259ad3a7d4464894042787))
* **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))
* **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)


### Reverts

* 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)


## [5.23.2](https://github.com/americanexpress/one-app/compare/v5.23.1...v5.23.2) (2023-11-16)


Expand Down
2 changes: 1 addition & 1 deletion one-app-statics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app-statics",
"version": "5.23.2",
"version": "5.24.0",
"description": "One App Static Assets",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app",
"version": "5.23.2",
"version": "5.24.0",
"description": "One Amex SPA technology stack.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit c54ef76

Please sign in to comment.