From a33b05a341b5352648652e3dc921196e818fe70d Mon Sep 17 00:00:00 2001 From: markthree <1801982702@qq.com> Date: Wed, 24 May 2023 16:33:09 +0800 Subject: [PATCH] chore(release): v1.15.9 --- CHANGELOG.md | 13 +++++++++++++ package.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999fdb2..7747a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## v1.15.9 + +[compare changes](https://github.com/dishait/tov-template/compare/v1.15.8...v1.15.9) + + +### 🩹 Fixes + + - 修复自动发布 ([da44e4e](https://github.com/dishait/tov-template/commit/da44e4e)) + +### ❤️ Contributors + +- Markthree ([@markthree](http://github.com/markthree)) + ## v1.15.5...v1.15.7 [compare changes](https://github.com/dishait/tov-template/compare/v1.15.5...v1.15.7) diff --git a/package.json b/package.json index 2f6a6de..e2e6446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tov-template", - "version": "1.15.8", + "version": "1.15.9", "description": "vite + vue3 + ts 开箱即用现代开发模板", "type": "module", "scripts": { @@ -101,4 +101,4 @@ "repository": { "url": "https://github.com/dishait/tov-template" } -} +} \ No newline at end of file