Skip to content

Commit

Permalink
📦️ release(tag): new version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Jan 25, 2024
1 parent 76bf2f4 commit 5587cca
Show file tree
Hide file tree
Showing 8 changed files with 26 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.0.9
1.0.8
1.0.7
1.0.6
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.9 `2024-01-25`
### 💩 Optimization
- Update code dependencies, optimize performance ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))

## 🎉 1.0.8 `2024-01-21`
### 🆕 Add
- Add .gitattributes, forced settings to LF ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))
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.9 `2024-01-25`
### 💩 Optimization
- コード依存関係を更新し、パフォーマンスを最適化します ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))

## 🎉 1.0.8 `2024-01-21`
### 🆕 Add
- .gitattributes、強制設定をLFに追加します ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))
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.9 `2024-01-25`
### 💩 Optimization
- 코드 종속성을 업데이트하고 성능을 최적화합니다 ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))

## 🎉 1.0.8 `2024-01-21`
### 🆕 Add
- .gitattributes, 강제 설정을 LF에 추가하십시오 ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))
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.9 `2024-01-25`
### 💩 Optimization
- Обновлять зависимости кода, оптимизировать производительность ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))

## 🎉 1.0.8 `2024-01-21`
### 🆕 Add
- Добавить .gitattributes, принудительные настройки в LF ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))
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.9 `2024-01-25`
### 💩 Optimization
- 更新代码依赖性,优化性能 ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))

## 🎉 1.0.8 `2024-01-21`
### 🆕 Add
- 添加.gitAttributes,强制设置为LF ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))
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.9 `2024-01-25`
### 💩 Optimization
- 更新代碼依賴性,優化性能 ([#76bf2f4](https://github.com/kwooshung/algorithm-sorts/commit/76bf2f40a1af50e2891be430745e7f44268b1f81))

## 🎉 1.0.8 `2024-01-21`
### 🆕 Add
- 添加.gitAttributes,強制設置為LF ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))
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.8",
"version": "1.0.9",
"title": "algorithm-sorts",
"description": "Better algorithm implementation library",
"private": false,
Expand Down

0 comments on commit 5587cca

Please sign in to comment.