diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8e3bdf0..5815bbc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +# [6.9.0](https://github.com/americanexpress/one-app/compare/v6.8.3...v6.9.0) (2024-01-17) + + +### Bug Fixes + +* **devCdn:** handle different module files ([48aa35f](https://github.com/americanexpress/one-app/commit/48aa35fc73c718f87531822e2cba754100993799)) + + +### Features + +* **otel:** log notice to STDOUT when using OTel ([#1215](https://github.com/americanexpress/one-app/issues/1215)) ([b4bcf21](https://github.com/americanexpress/one-app/commit/b4bcf2189e99c08ca6f8a4dad577047d9e73ffc0)) + + ## [6.8.3](https://github.com/americanexpress/one-app/compare/v6.8.2...v6.8.3) (2023-12-06) diff --git a/one-app-statics/package.json b/one-app-statics/package.json index d1e25e6b4..4d44e9973 100644 --- a/one-app-statics/package.json +++ b/one-app-statics/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app-statics", - "version": "6.8.3", + "version": "6.9.0", "description": "One App Static Assets", "main": "index.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index dfa17435e..0434b53f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@americanexpress/one-app", - "version": "6.8.3", + "version": "6.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@americanexpress/one-app", - "version": "6.8.3", + "version": "6.9.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 18a18e1f8..ddd130f25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app", - "version": "6.8.3", + "version": "6.9.0", "description": "One Amex SPA technology stack.", "main": "index.js", "engines": {