diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d2be3..a01642c 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.1](https://github.com/ecomplus/auth/compare/v1.0.0...v1.0.1) (2021-02-12) + + +### Bug Fixes + +* **fetch-store:** call /stores/me when authenticated ([f2d17df](https://github.com/ecomplus/auth/commit/f2d17dfbb7fd47ad58e4775f00d4ebf4b04fb343)) + ## [1.0.0](https://github.com/ecomplus/auth/compare/v1.0.0-rc.6...v1.0.0) (2021-02-12) ## [1.0.0-rc.6](https://github.com/ecomplus/auth/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2021-01-28) diff --git a/package-lock.json b/package-lock.json index d545cda..468840b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/auth", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b61a158..547b165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/auth", - "version": "1.0.0", + "version": "1.0.1", "description": "JS client for E-Com Plus admin authentication", "module": "src/index.js", "browser": "dist/ecom-auth.min.js",