From c54ef762b2b7e666d342b5898f67f792fdb257e0 Mon Sep 17 00:00:00 2001 From: oneamex bot <59960675+oneamexbot@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:38:54 -0700 Subject: [PATCH] chore(release): 5.24.0 * chore(release): 5.24.0 * docs(changelog): update --- CHANGELOG.md | 15 +++++++++++++++ one-app-statics/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e749f7fab..40a141614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/one-app-statics/package.json b/one-app-statics/package.json index 0862b0617..d3cc48cfb 100644 --- a/one-app-statics/package.json +++ b/one-app-statics/package.json @@ -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": { diff --git a/package-lock.json b/package-lock.json index 0a33bd5d4..d4152dfc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@americanexpress/one-app", - "version": "5.23.2", + "version": "5.24.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@americanexpress/one-app", - "version": "5.23.2", + "version": "5.24.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 226083ab2..2c7f05c87 100644 --- a/package.json +++ b/package.json @@ -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": {