diff --git a/CHANGELOG.md b/CHANGELOG.md index 171a990..312d230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [1.0.0-rc.5](https://github.com/ecomplus/apps-manager/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2021-03-26) + ## [1.0.0-rc.4](https://github.com/ecomplus/apps-manager/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2021-03-17) diff --git a/package-lock.json b/package-lock.json index 208a699..59478ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/apps-manager", - "version": "1.0.0-rc.4", + "version": "1.0.0-rc.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4f684ee..0d99a19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/apps-manager", - "version": "1.0.0-rc.4", + "version": "1.0.0-rc.5", "description": "JS lib to manage E-Com Plus store applications", "main": "dist/ecom-apps.min.js", "module": "src/index.js",