diff --git a/CHANGELOG.md b/CHANGELOG.md index 0147cb9d..33a8629a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # CHANGELOG +## [3.43.7](https://github.com/mx-space/core/compare/v3.43.6...v3.43.7) (2023-04-30) + + +### Bug Fixes + +* image record filter ([fa2f72a](https://github.com/mx-space/core/commit/fa2f72a229a1baf9494350a060691b9f91942566)) +* images uniq ([9f62272](https://github.com/mx-space/core/commit/9f6227273df305f10f840e472b31ffd235a8251f)) + + +### Features + +* support page reorder ([e577109](https://github.com/mx-space/core/commit/e577109b862154b784ef295d58f4dc39d59b098c)) + + + ## [3.43.6](https://github.com/mx-space/core/compare/v3.43.5...v3.43.6) (2023-04-30) diff --git a/package.json b/package.json index 44440985..9fc958b2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@mx-space/core", - "version": "3.43.6", + "version": "3.43.7", "author": "Innei ", "private": true, "license": "AGPLv3", "dashboard": { "repo": "mx-space/mx-admin", - "version": "3.29.8" + "version": "3.30.0" }, "husky": { "hooks": {