diff --git a/CHANGELOG.md b/CHANGELOG.md index 09913b849..43990dc9f 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.8.0](https://github.com/americanexpress/one-app/compare/v6.7.1...v6.8.0) (2023-11-01) + + +### Bug Fixes + +* **scripts:** start watch failed to fetch modules ([#1159](https://github.com/americanexpress/one-app/issues/1159)) ([aa98621](https://github.com/americanexpress/one-app/commit/aa98621c1fe69f943cf7240be071a861ba656898)) + + +### Features + +* update strict transport security header to 2 years ([#1165](https://github.com/americanexpress/one-app/issues/1165)) ([6fbca9e](https://github.com/americanexpress/one-app/commit/6fbca9e8a4fa690f92d77fbe9f752625dac25659)) + + ## [6.7.1](https://github.com/americanexpress/one-app/compare/v6.7.0...v6.7.1) (2023-09-28) diff --git a/one-app-statics/package.json b/one-app-statics/package.json index 319ef29d8..6ff49afd7 100644 --- a/one-app-statics/package.json +++ b/one-app-statics/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app-statics", - "version": "6.7.1", + "version": "6.8.0", "description": "One App Static Assets", "main": "index.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index 1d2e1b43b..69a750f3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@americanexpress/one-app", - "version": "6.7.1", + "version": "6.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@americanexpress/one-app", - "version": "6.7.1", + "version": "6.8.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 927f753e1..5bdf7ed52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app", - "version": "6.7.1", + "version": "6.8.0", "description": "One Amex SPA technology stack.", "main": "index.js", "engines": {