diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e3bafd..217b383e 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.12.0](https://github.com/americanexpress/one-app/compare/v6.11.0...v6.12.0) (2024-04-11) + + +### Bug Fixes + +* **node:** update to 18.20.1 ([#1369](https://github.com/americanexpress/one-app/issues/1369)) ([484a6b4](https://github.com/americanexpress/one-app/commit/484a6b488e975128315730727be29c50e9adf4c2)) + + +### Features + +* **tracing:** include B3 propagator ([#1352](https://github.com/americanexpress/one-app/issues/1352)) ([6b6cd4b](https://github.com/americanexpress/one-app/commit/6b6cd4b60881a3e74363ac8a6b9c86b1331f68b1)) + + # [6.11.0](https://github.com/americanexpress/one-app/compare/v6.10.0...v6.11.0) (2024-03-26) diff --git a/one-app-statics/package.json b/one-app-statics/package.json index e3f14a78..3c0d8914 100644 --- a/one-app-statics/package.json +++ b/one-app-statics/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app-statics", - "version": "6.11.0", + "version": "6.12.0", "description": "One App Static Assets", "main": "index.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index e4a49422..39eea10a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@americanexpress/one-app", - "version": "6.11.0", + "version": "6.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@americanexpress/one-app", - "version": "6.11.0", + "version": "6.12.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index c23ccf53..cbbb28c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app", - "version": "6.11.0", + "version": "6.12.0", "description": "One Amex SPA technology stack.", "main": "index.js", "engines": {