From 38df2bfa07ed1249e1bcfd347896a1f73f0d5822 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Fri, 26 Apr 2024 00:39:59 +0800 Subject: [PATCH] chore: release v1.9.2 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b408c17..f93b8ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ +## [1.9.2](https://github.com/msgbyte/tianji/compare/v1.9.1...v1.9.2) (2024-04-25) + + +### Features + +* add delete feature for pages ([6500f90](https://github.com/msgbyte/tianji/commit/6500f90096c6b7bd954c75621a22f9b6f87f8e07)) + + +### Bug Fixes + +* [#57](https://github.com/msgbyte/tianji/issues/57) fix domain validator must be required problem ([5767d45](https://github.com/msgbyte/tianji/commit/5767d4595ba7a233adf4a13cc7bd7b29f05d2f17)) + + +### Others + +* improve domainRegex ([8c64481](https://github.com/msgbyte/tianji/commit/8c6448132070ecc4402ca16c476d4a7e3255bd5c)) + ## [1.9.1](https://github.com/msgbyte/tianji/compare/v1.9.0...v1.9.1) (2024-04-24) diff --git a/package.json b/package.json index 9885259..e3b72b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tianji", "private": true, - "version": "1.9.1", + "version": "1.9.2", "scripts": { "dev": "concurrently --kill-others npm:dev:server npm:dev:web", "dev:web": "cd src/client && pnpm dev",