From a417584293101f2b380c01e857797e15ec24e4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E6=B0=B4=E8=8A=A6=E8=8B=87?= Date: Thu, 4 Jan 2024 10:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20release(tag):=20new=20v?= =?UTF-8?q?ersion=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelogs/.history | 1 + changelogs/CHANGELOG.en.md | 7 +++++++ changelogs/CHANGELOG.zh-cn.md | 7 +++++++ changelogs/CHANGELOG.zh-tw.md | 7 +++++++ package.json | 2 +- 5 files changed, 23 insertions(+), 1 deletion(-) diff --git a/changelogs/.history b/changelogs/.history index 4193682..b794850 100644 --- a/changelogs/.history +++ b/changelogs/.history @@ -1,3 +1,4 @@ +1.3.0 1.2.4 1.2.3 1.2.2 diff --git a/changelogs/CHANGELOG.en.md b/changelogs/CHANGELOG.en.md index 26aa2a7..af2a6f6 100644 --- a/changelogs/CHANGELOG.en.md +++ b/changelogs/CHANGELOG.en.md @@ -1,3 +1,10 @@ +## 🎉 1.3.0 `2024-01-04` +### 🐛 Fix +- Modify the releases page address of the English description ([#1d14e38](https://github.com/kwooshung/cvlar/commit/1d14e38d24a8c7ef52907ee6d1e089064178ba10)) +- The link address of this document should have no errors ([#4cb2972](https://github.com/kwooshung/cvlar/commit/4cb2972b089bbb66318ca7fad1c1f0db792678d8)) +### đŸ“Ļ Release +- new version 1.2.4 ([#9d7b44c](https://github.com/kwooshung/cvlar/commit/9d7b44c16d192097de5dcde68ae3f54eda856028)) + ## 🎉 1.2.4 `2024-01-04` ### 🐛 Fix - The link address of this document should have no errors ([#4cb2972](https://github.com/kwooshung/cvlar/commit/4cb2972b089bbb66318ca7fad1c1f0db792678d8)) diff --git a/changelogs/CHANGELOG.zh-cn.md b/changelogs/CHANGELOG.zh-cn.md index 0362c8f..290299b 100644 --- a/changelogs/CHANGELOG.zh-cn.md +++ b/changelogs/CHANGELOG.zh-cn.md @@ -1,3 +1,10 @@ +## 🎉 1.3.0 `2024-01-04` +### 🐛 Fix +- äŋŽæ”šč‹ąæ–‡æčŋ°įš„å‘čĄŒį‰ˆåœ°å€ ([#1d14e38](https://github.com/kwooshung/cvlar/commit/1d14e38d24a8c7ef52907ee6d1e089064178ba10)) +- æœŦ文æĄŖįš„é“žæŽĨ地址åē”č¯Ĩæ˛Ąæœ‰é”™č¯¯ ([#4cb2972](https://github.com/kwooshung/cvlar/commit/4cb2972b089bbb66318ca7fad1c1f0db792678d8)) +### đŸ“Ļ Release +- 新į‰ˆæœŦ1.2.4 ([#9d7b44c](https://github.com/kwooshung/cvlar/commit/9d7b44c16d192097de5dcde68ae3f54eda856028)) + ## 🎉 1.2.4 `2024-01-04` ### 🐛 Fix - æœŦ文æĄŖįš„é“žæŽĨ地址åē”č¯Ĩæ˛Ąæœ‰é”™č¯¯ ([#4cb2972](https://github.com/kwooshung/cvlar/commit/4cb2972b089bbb66318ca7fad1c1f0db792678d8)) diff --git a/changelogs/CHANGELOG.zh-tw.md b/changelogs/CHANGELOG.zh-tw.md index f2b8175..6d123a5 100644 --- a/changelogs/CHANGELOG.zh-tw.md +++ b/changelogs/CHANGELOG.zh-tw.md @@ -1,3 +1,10 @@ +## 🎉 1.3.0 `2024-01-04` +### 🐛 Fix +- äŋŽæ”šč‹ąæ–‡æčŋ°įš„į™ŧ行į‰ˆåœ°å€ ([#1d14e38](https://github.com/kwooshung/cvlar/commit/1d14e38d24a8c7ef52907ee6d1e089064178ba10)) +- æœŦ文æĒ”įš„鏈æŽĨåœ°å€æ‡‰čŠ˛æ˛’æœ‰éŒ¯čĒ¤ ([#4cb2972](https://github.com/kwooshung/cvlar/commit/4cb2972b089bbb66318ca7fad1c1f0db792678d8)) +### đŸ“Ļ Release +- 新į‰ˆæœŦ1.2.4 ([#9d7b44c](https://github.com/kwooshung/cvlar/commit/9d7b44c16d192097de5dcde68ae3f54eda856028)) + ## 🎉 1.2.4 `2024-01-04` ### 🐛 Fix - æœŦ文æĒ”įš„鏈æŽĨåœ°å€æ‡‰čŠ˛æ˛’æœ‰éŒ¯čĒ¤ ([#4cb2972](https://github.com/kwooshung/cvlar/commit/4cb2972b089bbb66318ca7fad1c1f0db792678d8)) diff --git a/package.json b/package.json index 20005b7..fef1ce4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kwooshung/cvlar", - "version": "1.2.4", + "version": "1.3.0", "title": "cvlar", "description": "`Cvlar` is an open-source tool combining commit conventions, version control, auto-changelogs, and release automation for streamlined Git workflows.", "private": false,