diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f46042..bc0ef05f 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.91](https://github.com/ecomplus/admin/compare/v1.0.0-beta.90...v1.0.0-beta.91) (2023-09-26) + + +### Bug Fixes + +* general string clearfixes ([17de6a2](https://github.com/ecomplus/admin/commit/17de6a2707f623b07fc8092edd1638931213c0f5)) + ## [1.0.0-beta.90](https://github.com/ecomplus/admin/compare/v1.0.0-beta.89...v1.0.0-beta.90) (2023-09-26) diff --git a/package-lock.json b/package-lock.json index cdaceb48..e5bcd1c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.90", + "version": "1.0.0-beta.91", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ecomplus/admin", - "version": "1.0.0-beta.90", + "version": "1.0.0-beta.91", "license": "UNLICENSED", "dependencies": { "@brazilian-utils/brazilian-utils": "^1.0.0-rc.12", diff --git a/package.json b/package.json index e0fb7e10..330235a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.90", + "version": "1.0.0-beta.91", "description": "E-Com Plus Admin dashboard PWA", "main": "src/index.js", "scripts": {