diff --git a/CHANGELOG.md b/CHANGELOG.md index 5439a20e..5e4763a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.95](https://github.com/ecomplus/admin/compare/v1.0.0-beta.94...v1.0.0-beta.95) (2023-11-09) + + +### Features + +* **best-seller:** add category filter ([5d5c473](https://github.com/ecomplus/admin/commit/5d5c47339f954ca0d6de46d2041bfcd774dd0a77)) + + +### Bug Fixes + +* **index:** change footer links ([8784c77](https://github.com/ecomplus/admin/commit/8784c77c61f741d2516b3c9c3c7d745bc01bbdc2)) + ## [1.0.0-beta.94](https://github.com/ecomplus/admin/compare/v1.0.0-beta.93...v1.0.0-beta.94) (2023-11-07) ## [1.0.0-beta.93](https://github.com/ecomplus/admin/compare/v1.0.0-beta.92...v1.0.0-beta.93) (2023-10-27) diff --git a/package-lock.json b/package-lock.json index 54f23cdc..5953a517 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.94", + "version": "1.0.0-beta.95", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ecomplus/admin", - "version": "1.0.0-beta.94", + "version": "1.0.0-beta.95", "license": "UNLICENSED", "dependencies": { "@brazilian-utils/brazilian-utils": "^1.0.0-rc.12", diff --git a/package.json b/package.json index aa5a23bd..e09146f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.94", + "version": "1.0.0-beta.95", "description": "E-Com Plus Admin dashboard PWA", "main": "src/index.js", "scripts": {