diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ae4903..43b93121 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.102](https://github.com/ecomplus/admin/compare/v1.0.0-beta.101...v1.0.0-beta.102) (2024-03-14) + + +### Bug Fixes + +* properly settings thumbs extensions on media with `[@v4](https://github.com/v4)` keys ([dfaf422](https://github.com/ecomplus/admin/commit/dfaf4227e1e6b08219dfd3c17932efc589791507)), closes [#discussion_r1524749125](https://github.com/ecomplus/admin/issues/discussion_r1524749125) + ## [1.0.0-beta.101](https://github.com/ecomplus/admin/compare/v1.0.0-beta.100...v1.0.0-beta.101) (2024-03-14) diff --git a/package-lock.json b/package-lock.json index 8fd04f5c..745bce28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.101", + "version": "1.0.0-beta.102", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ecomplus/admin", - "version": "1.0.0-beta.101", + "version": "1.0.0-beta.102", "license": "UNLICENSED", "dependencies": { "@brazilian-utils/brazilian-utils": "^1.0.0-rc.12", diff --git a/package.json b/package.json index 9c98ece0..5061b289 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-beta.101", + "version": "1.0.0-beta.102", "description": "E-Com Plus Admin dashboard PWA", "main": "src/index.js", "scripts": {