From 394810147c88abf074d0ab721960b28bb8f45ff7 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:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20release(tag):=20new=20v?= =?UTF-8?q?ersion=201.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelogs/.history | 1 + changelogs/CHANGELOG.en.md | 6 ++++++ changelogs/CHANGELOG.zh-cn.md | 6 ++++++ changelogs/CHANGELOG.zh-tw.md | 6 ++++++ package.json | 2 +- 5 files changed, 20 insertions(+), 1 deletion(-) diff --git a/changelogs/.history b/changelogs/.history index 45ed5f7..b5813f4 100644 --- a/changelogs/.history +++ b/changelogs/.history @@ -1,3 +1,4 @@ +1.2.2 1.2.1 1.2.0 1.1.3 diff --git a/changelogs/CHANGELOG.en.md b/changelogs/CHANGELOG.en.md index 08c8e6b..f8e0a28 100644 --- a/changelogs/CHANGELOG.en.md +++ b/changelogs/CHANGELOG.en.md @@ -1,3 +1,9 @@ +## 🎉 1.2.2 `2024-01-04` +### 🐛 Fix +- Fix the wrong version number ([#ee6ff01](https://github.com/kwooshung/cvlar/commit/ee6ff0155649872a160de274367fd033773610c0)) +### ✨ Feature +- .gitigonre ignoring git submission of temporary files ([#34c0cce](https://github.com/kwooshung/cvlar/commit/34c0cced77fa6b2585486bcd8c1f6b9a099bb1cc)) + ## 🎉 1.2.1 `2024-01-04` ### 🐛 Fix - Capsule map address is wrong, it has been repaired ([#5476166](https://github.com/kwooshung/cvlar/commit/547616644dec5a9f38ed28fd8088f80d024e4544)) diff --git a/changelogs/CHANGELOG.zh-cn.md b/changelogs/CHANGELOG.zh-cn.md index 810c00c..901d04f 100644 --- a/changelogs/CHANGELOG.zh-cn.md +++ b/changelogs/CHANGELOG.zh-cn.md @@ -1,3 +1,9 @@ +## 🎉 1.2.2 `2024-01-04` +### 🐛 Fix +- 修复错误的版本编号 ([#ee6ff01](https://github.com/kwooshung/cvlar/commit/ee6ff0155649872a160de274367fd033773610c0)) +### ✨ Feature +- .gitignore忽略GIT提交临时文件 ([#34c0cce](https://github.com/kwooshung/cvlar/commit/34c0cced77fa6b2585486bcd8c1f6b9a099bb1cc)) + ## 🎉 1.2.1 `2024-01-04` ### 🐛 Fix - 胶囊地址是错误的,已修复 ([#5476166](https://github.com/kwooshung/cvlar/commit/547616644dec5a9f38ed28fd8088f80d024e4544)) diff --git a/changelogs/CHANGELOG.zh-tw.md b/changelogs/CHANGELOG.zh-tw.md index 44fe326..a457b63 100644 --- a/changelogs/CHANGELOG.zh-tw.md +++ b/changelogs/CHANGELOG.zh-tw.md @@ -1,3 +1,9 @@ +## 🎉 1.2.2 `2024-01-04` +### 🐛 Fix +- 修復錯誤的版本編號 ([#ee6ff01](https://github.com/kwooshung/cvlar/commit/ee6ff0155649872a160de274367fd033773610c0)) +### ✨ Feature +- .gitignore忽略GIT提交臨時文件 ([#34c0cce](https://github.com/kwooshung/cvlar/commit/34c0cced77fa6b2585486bcd8c1f6b9a099bb1cc)) + ## 🎉 1.2.1 `2024-01-04` ### 🐛 Fix - 膠囊地址是錯誤的,已修復 ([#5476166](https://github.com/kwooshung/cvlar/commit/547616644dec5a9f38ed28fd8088f80d024e4544)) diff --git a/package.json b/package.json index 94742a2..6824a55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kwooshung/cvlar", - "version": "1.2.1", + "version": "1.2.2", "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,