Skip to content

Commit

Permalink
📦️ release(tag): new version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Jan 21, 2024
1 parent 87a9a02 commit 1fd38e7
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.8
1.0.7
1.0.6
1.0.5
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.8 `2024-01-21`
### 🆕 Add
- Add .gitattributes, forced settings to LF ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))

## 🎉 1.0.7 `2024-01-13`
### 🐛 Fix
- Update depends on the latest version ([#1ae9a0f](https://github.com/kwooshung/algorithm-sorts/commit/1ae9a0fbc2096304f2daf93a6363e660bdf5c9d5))
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.8 `2024-01-21`
### 🆕 Add
- .gitattributes、強制設定をLFに追加します ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))

## 🎉 1.0.7 `2024-01-13`
### 🐛 Fix
- 更新は最新バージョンに依存します ([#1ae9a0f](https://github.com/kwooshung/algorithm-sorts/commit/1ae9a0fbc2096304f2daf93a6363e660bdf5c9d5))
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.8 `2024-01-21`
### 🆕 Add
- .gitattributes, 강제 설정을 LF에 추가하십시오 ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))

## 🎉 1.0.7 `2024-01-13`
### 🐛 Fix
- 업데이트는 최신 버전에 따라 다릅니다 ([#1ae9a0f](https://github.com/kwooshung/algorithm-sorts/commit/1ae9a0fbc2096304f2daf93a6363e660bdf5c9d5))
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.8 `2024-01-21`
### 🆕 Add
- Добавить .gitattributes, принудительные настройки в LF ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))

## 🎉 1.0.7 `2024-01-13`
### 🐛 Fix
- Обновление зависит от последней версии ([#1ae9a0f](https://github.com/kwooshung/algorithm-sorts/commit/1ae9a0fbc2096304f2daf93a6363e660bdf5c9d5))
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.8 `2024-01-21`
### 🆕 Add
- 添加.gitAttributes,强制设置为LF ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))

## 🎉 1.0.7 `2024-01-13`
### 🐛 Fix
- 更新取决于最新版本 ([#1ae9a0f](https://github.com/kwooshung/algorithm-sorts/commit/1ae9a0fbc2096304f2daf93a6363e660bdf5c9d5))
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.8 `2024-01-21`
### 🆕 Add
- 添加.gitAttributes,強制設置為LF ([#87a9a02](https://github.com/kwooshung/algorithm-sorts/commit/87a9a02dd32b7657308d5e0b7a6d2a1f3c89493e))

## 🎉 1.0.7 `2024-01-13`
### 🐛 Fix
- 更新取決於最新版本 ([#1ae9a0f](https://github.com/kwooshung/algorithm-sorts/commit/1ae9a0fbc2096304f2daf93a6363e660bdf5c9d5))
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.7",
"version": "1.0.8",
"title": "algorithm-sorts",
"description": "Better algorithm implementation library",
"private": false,
Expand Down

0 comments on commit 1fd38e7

Please sign in to comment.