diff --git a/CHANGELOG.md b/CHANGELOG.md index 5526a463..8495d7de 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.97](https://github.com/ecomplus/admin/compare/v1.0.0-beta.96...v1.0.0-beta.97) (2023-11-24) + + +### Features + +* **customers:** option to add or remove points from customer ([dcc7c61](https://github.com/ecomplus/admin/commit/dcc7c61410f1012d694ebf1dd8347150f09c4e7b)) + ## [1.0.0-beta.96](https://github.com/ecomplus/admin/compare/v1.0.0-beta.95...v1.0.0-beta.96) (2023-11-14) ## [1.0.0-beta.95](https://github.com/ecomplus/admin/compare/v1.0.0-beta.94...v1.0.0-beta.95) (2023-11-09) diff --git a/package-lock.json b/package-lock.json index ecc69fec..b87b4c46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.96", + "version": "1.0.0-beta.97", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ecomplus/admin", - "version": "1.0.0-beta.96", + "version": "1.0.0-beta.97", "license": "UNLICENSED", "dependencies": { "@brazilian-utils/brazilian-utils": "^1.0.0-rc.12", diff --git a/package.json b/package.json index 7c8875e5..e8eb7f32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.96", + "version": "1.0.0-beta.97", "description": "E-Com Plus Admin dashboard PWA", "main": "src/index.js", "scripts": {