From 106655335a3a12e7b3f61a8c013e99f12dfebc4f Mon Sep 17 00:00:00 2001 From: Ruben Casas Date: Wed, 20 May 2020 19:28:43 +0100 Subject: [PATCH] Prepare release 5.0.0-rc.5 (#149) --- CHANGELOG.md | 10 ++++++++++ one-app-statics/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb134dc2..c9aa9c623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# [5.0.0-rc.5](https://github.com/americanexpress/one-app/compare/v5.0.0-rc.4...v5.0.0-rc.5) (2020-05-20) + + +### Features + +* **one-app-router:** update to 1.1.0 ([#137](https://github.com/americanexpress/one-app/issues/137)) ([0139c6c](https://github.com/americanexpress/one-app/commit/0139c6c)) +* **pwa/web-manifest:** add middleware & config support ([9077f17](https://github.com/americanexpress/one-app/commit/9077f17)) + + # [5.0.0-rc.4](https://github.com/americanexpress/one-app/compare/v5.0.0-rc.3...v5.0.0-rc.4) (2020-05-13) diff --git a/one-app-statics/package.json b/one-app-statics/package.json index f691de820..450597a4f 100644 --- a/one-app-statics/package.json +++ b/one-app-statics/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app-statics", - "version": "5.0.0-rc.4", + "version": "5.0.0-rc.5", "description": "One App Static Assets", "main": "index.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index 3b2c06723..650870382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app", - "version": "5.0.0-rc.4", + "version": "5.0.0-rc.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de3c7a665..b133a6a49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app", - "version": "5.0.0-rc.4", + "version": "5.0.0-rc.5", "description": "One Amex SPA technology stack.", "main": "index.js", "engines": {