Skip to content

Commit

Permalink
Merge pull request #3 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung authored Jan 13, 2024
2 parents 851dbfb + 298c58f commit b195a97
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
1.0.2
1.0.1
1.0.0
12 changes: 12 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- The version number was wrong last time, it should be 1.0.2 ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
### 📦 Release
- new version 1.0.3 ([#5ac9ac4](https://github.com/kwooshung/algorithm-sorts/commit/5ac9ac4deb866d571e0e6141cb684b85fa5b0670))
### 📝 Changelog
- Modify the log format and re -submit the coverage rate ([#8e08341](https://github.com/kwooshung/algorithm-sorts/commit/8e08341af567d21de610b80a2f04ac5ba4b5a48a))

## 🎉 1.0.1 `2024-01-13`
### 📦 Release
- new version 1.0.1 ([#dfeffb0](https://github.com/kwooshung/algorithm-sorts/commit/dfeffb0f366ca0275193246e889c0c23bf48788c))
### 🐛 Fix
- Correct the installation error command error ([#3d2c2a8](https://github.com/kwooshung/algorithm-sorts/commit/3d2c2a87cac3b92ac0e2c9bfc9f3073fe1e4f423))

## 🎉 1.0.0 `2024-01-12`
### 📦 Release
- new version 1.0.0 ([#4e1e596](https://github.com/kwooshung/algorithm-sorts/commit/4e1e596fd0b239342b826b1e3a3ed2b96c3782fc))
### 📚 Docs
- Explain that the document has been perfected ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
Expand Down
12 changes: 12 additions & 0 deletions changelogs/CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- バージョン番号は前回間違っていましたが、1.0.2でなければなりません ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
### 📦 Release
- 新しいバージョン1.0.3 ([#5ac9ac4](https://github.com/kwooshung/algorithm-sorts/commit/5ac9ac4deb866d571e0e6141cb684b85fa5b0670))
### 📝 Changelog
- ログ形式を変更し、カバレッジレートを再登録します ([#8e08341](https://github.com/kwooshung/algorithm-sorts/commit/8e08341af567d21de610b80a2f04ac5ba4b5a48a))

## 🎉 1.0.1 `2024-01-13`
### 📦 Release
- 新しいバージョン1.0.1 ([#dfeffb0](https://github.com/kwooshung/algorithm-sorts/commit/dfeffb0f366ca0275193246e889c0c23bf48788c))
### 🐛 Fix
- インストールエラーコマンドエラーを修正します ([#3d2c2a8](https://github.com/kwooshung/algorithm-sorts/commit/3d2c2a87cac3b92ac0e2c9bfc9f3073fe1e4f423))

## 🎉 1.0.0 `2024-01-12`
### 📦 Release
- 新しいバージョン1.0.0 ([#4e1e596](https://github.com/kwooshung/algorithm-sorts/commit/4e1e596fd0b239342b826b1e3a3ed2b96c3782fc))
### 📚 Docs
- 文書が完成したことを説明してください ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
Expand Down
12 changes: 12 additions & 0 deletions changelogs/CHANGELOG.ko.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- 버전 번호는 지난번에 잘못되었으며 1.0.2 여야합니다. ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
### 📦 Release
- 새 버전 1.0.3 ([#5ac9ac4](https://github.com/kwooshung/algorithm-sorts/commit/5ac9ac4deb866d571e0e6141cb684b85fa5b0670))
### 📝 Changelog
- 로그 형식을 수정하고 적용 속도를 다시 제출하십시오. ([#8e08341](https://github.com/kwooshung/algorithm-sorts/commit/8e08341af567d21de610b80a2f04ac5ba4b5a48a))

## 🎉 1.0.1 `2024-01-13`
### 📦 Release
- 새 버전 1.0.1 ([#dfeffb0](https://github.com/kwooshung/algorithm-sorts/commit/dfeffb0f366ca0275193246e889c0c23bf48788c))
### 🐛 Fix
- 설치 오류 명령 오류를 수정하십시오 ([#3d2c2a8](https://github.com/kwooshung/algorithm-sorts/commit/3d2c2a87cac3b92ac0e2c9bfc9f3073fe1e4f423))

## 🎉 1.0.0 `2024-01-12`
### 📦 Release
- 새 버전 1.0.0 ([#4e1e596](https://github.com/kwooshung/algorithm-sorts/commit/4e1e596fd0b239342b826b1e3a3ed2b96c3782fc))
### 📚 Docs
- 문서가 완성되었다고 설명하십시오 ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
Expand Down
12 changes: 12 additions & 0 deletions changelogs/CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- Номер версии был неправильным в прошлый раз, это должно быть 1.0.2 ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
### 📦 Release
- Новая версия 1.0.3 ([#5ac9ac4](https://github.com/kwooshung/algorithm-sorts/commit/5ac9ac4deb866d571e0e6141cb684b85fa5b0670))
### 📝 Changelog
- Измените формат журнала и повторно поставьте скорость покрытия ([#8e08341](https://github.com/kwooshung/algorithm-sorts/commit/8e08341af567d21de610b80a2f04ac5ba4b5a48a))

## 🎉 1.0.1 `2024-01-13`
### 📦 Release
- Новая версия 1.0.1 ([#dfeffb0](https://github.com/kwooshung/algorithm-sorts/commit/dfeffb0f366ca0275193246e889c0c23bf48788c))
### 🐛 Fix
- Исправить ошибку команды ошибки установки ([#3d2c2a8](https://github.com/kwooshung/algorithm-sorts/commit/3d2c2a87cac3b92ac0e2c9bfc9f3073fe1e4f423))

## 🎉 1.0.0 `2024-01-12`
### 📦 Release
- Новая версия 1.0.0 ([#4e1e596](https://github.com/kwooshung/algorithm-sorts/commit/4e1e596fd0b239342b826b1e3a3ed2b96c3782fc))
### 📚 Docs
- Объясните, что документ был усовершенствован ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
Expand Down
12 changes: 12 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- 版本号上次是错误的,应该是1.0.2 ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
### 📦 Release
- 新版本1.0.3 ([#5ac9ac4](https://github.com/kwooshung/algorithm-sorts/commit/5ac9ac4deb866d571e0e6141cb684b85fa5b0670))
### 📝 Changelog
- 修改日志格式并重新提交覆盖率 ([#8e08341](https://github.com/kwooshung/algorithm-sorts/commit/8e08341af567d21de610b80a2f04ac5ba4b5a48a))

## 🎉 1.0.1 `2024-01-13`
### 📦 Release
- 新版本1.0.1 ([#dfeffb0](https://github.com/kwooshung/algorithm-sorts/commit/dfeffb0f366ca0275193246e889c0c23bf48788c))
### 🐛 Fix
- 更正安装错误命令错误 ([#3d2c2a8](https://github.com/kwooshung/algorithm-sorts/commit/3d2c2a87cac3b92ac0e2c9bfc9f3073fe1e4f423))

## 🎉 1.0.0 `2024-01-12`
### 📦 Release
- 新版本1.0.0 ([#4e1e596](https://github.com/kwooshung/algorithm-sorts/commit/4e1e596fd0b239342b826b1e3a3ed2b96c3782fc))
### 📚 Docs
- 说明该文档已经完善 ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
Expand Down
12 changes: 12 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## 🎉 1.0.2 `2024-01-13`
### 🐛 Fix
- 版本號上次是錯誤的,應該是1.0.2 ([#a1d3606](https://github.com/kwooshung/algorithm-sorts/commit/a1d360655644aba03a7d0d0c2a5601b1bda927f7))
### 📦 Release
- 新版本1.0.3 ([#5ac9ac4](https://github.com/kwooshung/algorithm-sorts/commit/5ac9ac4deb866d571e0e6141cb684b85fa5b0670))
### 📝 Changelog
- 修改日誌格式並重新提交覆蓋率 ([#8e08341](https://github.com/kwooshung/algorithm-sorts/commit/8e08341af567d21de610b80a2f04ac5ba4b5a48a))

## 🎉 1.0.1 `2024-01-13`
### 📦 Release
- 新版本1.0.1 ([#dfeffb0](https://github.com/kwooshung/algorithm-sorts/commit/dfeffb0f366ca0275193246e889c0c23bf48788c))
### 🐛 Fix
- 更正安裝錯誤命令錯誤 ([#3d2c2a8](https://github.com/kwooshung/algorithm-sorts/commit/3d2c2a87cac3b92ac0e2c9bfc9f3073fe1e4f423))

## 🎉 1.0.0 `2024-01-12`
### 📦 Release
- 新版本1.0.0 ([#4e1e596](https://github.com/kwooshung/algorithm-sorts/commit/4e1e596fd0b239342b826b1e3a3ed2b96c3782fc))
### 📚 Docs
- 說明該文檔已經完善 ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
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/algorithm-sorts",
"version": "1.0.1",
"version": "1.0.2",
"title": "algorithm-sorts",
"description": "Better algorithm implementation library",
"private": false,
Expand Down

0 comments on commit b195a97

Please sign in to comment.