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

Commit 2cbb663

Browse files
authored
chore(release): 6.11.0
* chore(release): 6.11.0 * docs(changelog): update
1 parent 4cd972f commit 2cbb663

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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+
# [6.11.0](https://github.com/americanexpress/one-app/compare/v6.10.0...v6.11.0) (2024-03-26)
6+
7+
8+
### Bug Fixes
9+
10+
* **serve-module:** dev cdn would fail to start when serving modules without a legacy bundle ([#1344](https://github.com/americanexpress/one-app/issues/1344)) ([4cd972f](https://github.com/americanexpress/one-app/commit/4cd972fda0069354a77f503fcee402af2f729c90))
11+
12+
13+
### Features
14+
15+
* add dotenv support ([#1333](https://github.com/americanexpress/one-app/issues/1333)) ([3172251](https://github.com/americanexpress/one-app/commit/3172251033e3c9740441d395515f693dc6262434))
16+
* **conditionalIntl:** added env var for Itnl ([7b65266](https://github.com/americanexpress/one-app/commit/7b6526676eb16cb9ca647ec422129b5f8c7bcc54))
17+
* **logger:** use a pretty logger in locale development with OTel enabled ([#1292](https://github.com/americanexpress/one-app/issues/1292)) ([a810139](https://github.com/americanexpress/one-app/commit/a8101398eb9145ea94530550aa7c4d03d1e4aa3d))
18+
* **tracing:** add OpenTelemetry tracing ([#1214](https://github.com/americanexpress/one-app/issues/1214)) ([aad2538](https://github.com/americanexpress/one-app/commit/aad2538ef5bd814cb020facc5d9667e200a59f89))
19+
20+
21+
### Reverts
22+
23+
* Revert "refactor: upgrade to node 20" (#1332) ([eb811e3](https://github.com/americanexpress/one-app/commit/eb811e349769540a74e66807386b33e934bf1eee)), closes [#1332](https://github.com/americanexpress/one-app/issues/1332)
24+
25+
526
# [6.10.0](https://github.com/americanexpress/one-app/compare/v6.9.2...v6.10.0) (2024-02-16)
627

728

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": "6.10.0",
3+
"version": "6.11.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": "6.10.0",
3+
"version": "6.11.0",
44
"description": "One Amex SPA technology stack.",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)