diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a11b9c1..a896a141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,25 @@ All notable changes to this project will be documented in this file. ## [unreleased] +### Features + +- Support json5 for snippet + +### Miscellaneous Tasks + +- Add comment for fixme +- Add changelog gerenate + +## [3.31.0-alpha.1] - 2022-06-18 + ### Bug Fixes - Remove designated refType +### Release + +- V3.31.0-alpha.1 + ## [3.31.0-alpha.0] - 2022-06-18 ### Bug Fixes diff --git a/package.json b/package.json index 943359d6..c86dfc69 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@mx-space/core", - "version": "3.31.0-alpha.1", + "version": "3.31.0", "author": "Innei ", "private": true, "license": "AGPLv3", "dashboard": { "repo": "mx-space/mx-admin", - "version": "3.19.5" + "version": "3.19.6" }, "husky": { "hooks": {