diff --git a/CHANGELOG.md b/CHANGELOG.md index fe06b1e..65217e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3](https://github.com/ecomplus/apps-manager/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-02-25) + + +### Bug Fixes + +* **install:** fix handling `app.redirect_uri` (not on `store_app` object) ([9d50fcd](https://github.com/ecomplus/apps-manager/commit/9d50fcd80a19a50e1ad81c55209dc5bea3f329c8)) + ## [1.0.0-rc.2](https://github.com/ecomplus/apps-manager/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-02-12) diff --git a/package-lock.json b/package-lock.json index 10c9190..24fe522 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/apps-manager", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 74e9281..06b0288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/apps-manager", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "JS lib to manage E-Com Plus store applications", "main": "dist/ecom-apps.min.js", "module": "src/index.js",