diff --git a/CHANGELOG.md b/CHANGELOG.md index a06c136a1..36eeea61b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,38 @@ +## [v2.7.3](https://github.com/ArtalkJS/Artalk/compare/v2.7.2...v2.7.3) (2023-12-28) + +### Features + +* **ci:** add dry-run mode for build workflow +* **cmd:** support cli flag for creating admin account + +### Bug Fixes + +* **ui/init:** stack overflow when merging with config defaults ([#717](https://github.com/ArtalkJS/Artalk/issues/717)) + +### Performance Improvements + +* **ui/build:** better dts generation ([#689](https://github.com/ArtalkJS/Artalk/issues/689)) + +### Code Refactoring + +* **ci:** better release workflow +* **docker:** add `--build-arg` argument to skip ui build +* **test/ui:** add more ui api tests +* **ui:** refactor directory structure ([#712](https://github.com/ArtalkJS/Artalk/issues/712)) +* **ui/conf:** better handling of mutable config ([#722](https://github.com/ArtalkJS/Artalk/issues/722)) +* **ui/test:** add vitest for unit testing + +### Documentation + +* update ui api documentation + +### BREAKING CHANGE + + +Directly referencing `artalk.conf` and `artalk.$root` is deprecated. Please use functions instead: `artalk.getConf()` and `artalk.getEl()`. + + ## [v2.7.2](https://github.com/ArtalkJS/Artalk/compare/v2.7.1...v2.7.2) (2023-12-20) ### Features diff --git a/docs/docs/code/ArtalkVersion.json b/docs/docs/code/ArtalkVersion.json index 2adb18263..dc8a46591 100644 --- a/docs/docs/code/ArtalkVersion.json +++ b/docs/docs/code/ArtalkVersion.json @@ -1,3 +1,3 @@ { - "latest": "2.7.1" + "latest": "2.7.3" } diff --git a/ui/artalk/package.json b/ui/artalk/package.json index 7a01e9cdd..e22ba8349 100644 --- a/ui/artalk/package.json +++ b/ui/artalk/package.json @@ -1,6 +1,6 @@ { "name": "artalk", - "version": "2.7.2", + "version": "2.7.3", "description": "A self-hosted comment system", "keywords": [ "comment-system",