diff --git a/changelogs/.history b/changelogs/.history index c10463f..4193682 100644 --- a/changelogs/.history +++ b/changelogs/.history @@ -1,3 +1,4 @@ +1.2.4 1.2.3 1.2.2 1.2.1 diff --git a/changelogs/CHANGELOG.en.md b/changelogs/CHANGELOG.en.md index 672f37e..26aa2a7 100644 --- a/changelogs/CHANGELOG.en.md +++ b/changelogs/CHANGELOG.en.md @@ -1,3 +1,7 @@ +## πŸŽ‰ 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)) + ## πŸŽ‰ 1.2.3 `2024-01-04` ### πŸ› Fix - Forgot to Change the Chinese Capsule Icon ([#d7ee982](https://github.com/kwooshung/cvlar/commit/d7ee982d1b6428ebf96e52468ea217c0377b47f2)) diff --git a/changelogs/CHANGELOG.zh-cn.md b/changelogs/CHANGELOG.zh-cn.md index faf6107..0362c8f 100644 --- a/changelogs/CHANGELOG.zh-cn.md +++ b/changelogs/CHANGELOG.zh-cn.md @@ -1,3 +1,7 @@ +## πŸŽ‰ 1.2.4 `2024-01-04` +### πŸ› Fix +- ζœ¬ζ–‡ζ‘£ηš„ι“ΎζŽ₯εœ°ε€εΊ”θ―₯ζ²‘ζœ‰ι”™θ―― ([#4cb2972](https://github.com/kwooshung/cvlar/commit/4cb2972b089bbb66318ca7fad1c1f0db792678d8)) + ## πŸŽ‰ 1.2.3 `2024-01-04` ### πŸ› Fix - εΏ˜δΊ†ζ›΄ζ”ΉδΈ­ε›½θƒΆε›Šε›Ύζ ‡ ([#d7ee982](https://github.com/kwooshung/cvlar/commit/d7ee982d1b6428ebf96e52468ea217c0377b47f2)) diff --git a/changelogs/CHANGELOG.zh-tw.md b/changelogs/CHANGELOG.zh-tw.md index 5c132c6..f2b8175 100644 --- a/changelogs/CHANGELOG.zh-tw.md +++ b/changelogs/CHANGELOG.zh-tw.md @@ -1,3 +1,7 @@ +## πŸŽ‰ 1.2.4 `2024-01-04` +### πŸ› Fix +- ζœ¬ζ–‡ζͺ”ηš„ιˆζŽ₯εœ°ε€ζ‡‰θ©²ζ²’ζœ‰ιŒ―θͺ€ ([#4cb2972](https://github.com/kwooshung/cvlar/commit/4cb2972b089bbb66318ca7fad1c1f0db792678d8)) + ## πŸŽ‰ 1.2.3 `2024-01-04` ### πŸ› Fix - εΏ˜δΊ†ζ›΄ζ”ΉδΈ­εœ‹θ† ε›Šεœ–ζ¨™ ([#d7ee982](https://github.com/kwooshung/cvlar/commit/d7ee982d1b6428ebf96e52468ea217c0377b47f2)) diff --git a/package.json b/package.json index 360aab0..20005b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kwooshung/cvlar", - "version": "1.2.3", + "version": "1.2.4", "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,