diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ffac7df..eea0d2b72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/americanexpress/one-app/compare/v6.12.1...v6.12.2) (2024-04-17) + + +### Bug Fixes + +* **dependencies:** override chokidar 2 with 3 ([#1381](https://github.com/americanexpress/one-app/issues/1381)) ([489d987](https://github.com/americanexpress/one-app/commit/489d9870be5f5b601c90c67acb2bc566cdc89810)) + + ## [6.12.1](https://github.com/americanexpress/one-app/compare/v6.12.0...v6.12.1) (2024-04-12) diff --git a/one-app-statics/package.json b/one-app-statics/package.json index 4f8b646b2..635486a9c 100644 --- a/one-app-statics/package.json +++ b/one-app-statics/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app-statics", - "version": "6.12.1", + "version": "6.12.2", "description": "One App Static Assets", "main": "index.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index 7e64948f5..6df91411b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@americanexpress/one-app", - "version": "6.12.1", + "version": "6.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@americanexpress/one-app", - "version": "6.12.1", + "version": "6.12.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index ec10e503a..9113db5b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app", - "version": "6.12.1", + "version": "6.12.2", "description": "One Amex SPA technology stack.", "main": "index.js", "engines": {