Skip to content

Commit

Permalink
📦️ release(tag): new version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Jan 4, 2024
1 parent ee6ff01 commit 3948101
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.2.2
1.2.1
1.2.0
1.1.3
Expand Down
6 changes: 6 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
6 changes: 6 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
6 changes: 6 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 3948101

Please sign in to comment.