diff --git a/CHANGELOG.md b/CHANGELOG.md index 80da6a50..409cb510 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-beta.105](https://github.com/ecomplus/admin/compare/v1.0.0-beta.103...v1.0.0-beta.105) (2024-04-25) + + +### Bug Fixes + +* store `api_version` 2 to prevent future wrong login without param ([be7853a](https://github.com/ecomplus/admin/commit/be7853ae36a711b5716e6ef3e99a9ffaeaa716e4)) + ## [1.0.0-beta.104](https://github.com/ecomplus/admin/compare/v1.0.0-beta.103...v1.0.0-beta.104) (2024-04-25) diff --git a/package-lock.json b/package-lock.json index 2c5e7934..b4d5612c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.104", + "version": "1.0.0-beta.105", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ecomplus/admin", - "version": "1.0.0-beta.104", + "version": "1.0.0-beta.105", "license": "UNLICENSED", "dependencies": { "@brazilian-utils/brazilian-utils": "^1.0.0-rc.12", diff --git a/package.json b/package.json index f5965267..db97efa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.104", + "version": "1.0.0-beta.105", "description": "E-Com Plus Admin dashboard PWA", "main": "src/index.js", "scripts": {