Skip to content

Commit

Permalink
📦️ release(tag): new version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Feb 1, 2024
1 parent 9fe136e commit d906231
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.0.10
1.0.9
1.0.8
1.0.7
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- Modify the warehouse name to make it more uniform ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))

## 🎉 1.0.9 `2024-01-25`
### 💩 Optimization
- Update code dependencies, optimize performance ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- 倉庫名を変更して、より均一にします ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))

## 🎉 1.0.9 `2024-01-25`
### 💩 Optimization
- コード依存関係を更新し、パフォーマンスを最適化します ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ko.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- 창고 이름을 수정하여 더 균일하게 만들 수 있습니다 ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))

## 🎉 1.0.9 `2024-01-25`
### 💩 Optimization
- 코드 종속성을 업데이트하고 성능을 최적화합니다 ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- Изменить название склада, чтобы сделать его более единым ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))

## 🎉 1.0.9 `2024-01-25`
### 💩 Optimization
- Обновлять зависимости кода, оптимизировать производительность ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- 修改仓库名称以使其更加统一 ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))

## 🎉 1.0.9 `2024-01-25`
### 💩 Optimization
- 更新代码依赖性,优化性能 ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- 修改倉庫名稱以使其更加統一 ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))

## 🎉 1.0.9 `2024-01-25`
### 💩 Optimization
- 更新代碼依賴性,優化性能 ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwooshung/algorithm-sorts",
"version": "1.0.9",
"version": "1.0.10",
"title": "algorithm-sorts",
"description": "Better algorithm implementation library",
"private": false,
Expand Down Expand Up @@ -82,4 +82,4 @@
"vitest": "^1.2.1"
},
"license": "MIT"
}
}

0 comments on commit d906231

Please sign in to comment.