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

Commit

Permalink
chore(release): 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oneamexbot authored Sep 28, 2023
1 parent b60895a commit 9f7c64d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.7.0](https://github.com/americanexpress/one-app/compare/v6.6.0...v6.7.0) (2023-09-27)


### Bug Fixes

* **image:** exclude devDeps from non-dev image ([#1085](https://github.com/americanexpress/one-app/issues/1085)) ([4d68dba](https://github.com/americanexpress/one-app/commit/4d68dba1cce2353ee56ba61e2296779d3480d678))
* **node:** bump Node.js to 18.17.1 for security patches ([#1087](https://github.com/americanexpress/one-app/issues/1087)) ([b491dbf](https://github.com/americanexpress/one-app/commit/b491dbfbb0be3f43be8a7502a8778b8568ad3b6c))


### Features

* **cache-module:** implemented cached modules ([#1094](https://github.com/americanexpress/one-app/issues/1094)) ([84838a8](https://github.com/americanexpress/one-app/commit/84838a8409e6384c18a80d4e1bc828ee7d7db006))
* **Dockerfile:** use .nvmrc to build the image ([#1090](https://github.com/americanexpress/one-app/issues/1090)) ([42c562c](https://github.com/americanexpress/one-app/commit/42c562c76ab0b31fb7129d3f681f608a5cfe3660))
* **external-fallbacks:** enable modules to have external fallbacks ([#984](https://github.com/americanexpress/one-app/issues/984)) ([7d51efe](https://github.com/americanexpress/one-app/commit/7d51efe55aa23729c03bd6394c9f10ad392e0179))
* **logging:** enable sending logs to OpenTelemetry ([#1097](https://github.com/americanexpress/one-app/issues/1097)) ([a0b8cb6](https://github.com/americanexpress/one-app/commit/a0b8cb6a5e162f89914798ed811b8d494a2e924e))
* **logging:** switch to fastify logger ([#1084](https://github.com/americanexpress/one-app/issues/1084)) ([33fa971](https://github.com/americanexpress/one-app/commit/33fa9712125a06546e377b862b838829742bf41b))
* **metrics:** add module rejection and fallback gauges ([#1131](https://github.com/americanexpress/one-app/issues/1131)) ([b60895a](https://github.com/americanexpress/one-app/commit/b60895a198e06cca715ad4117d323c57a487c2ba))
* **styleLoader:** aggregate stylesheets and dedupe if already loaded ([#1099](https://github.com/americanexpress/one-app/issues/1099)) ([a74a5ba](https://github.com/americanexpress/one-app/commit/a74a5ba5d315f8f0188657b3ee932e7444c590f6))


# [6.6.0](https://github.com/americanexpress/one-app/compare/v6.5.1...v6.6.0) (2023-08-09)


Expand Down
2 changes: 1 addition & 1 deletion one-app-statics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app-statics",
"version": "6.6.0",
"version": "6.7.0",
"description": "One App Static Assets",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app",
"version": "6.6.0",
"version": "6.7.0",
"description": "One Amex SPA technology stack.",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 9f7c64d

Please sign in to comment.