Skip to content

Commit

Permalink
Merge pull request #11 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung authored Jan 21, 2024
2 parents 67509c0 + 1fd38e7 commit 9ae062b
Show file tree
Hide file tree
Showing 10 changed files with 176 additions and 150 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
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
22 changes: 11 additions & 11 deletions 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 Expand Up @@ -55,14 +55,14 @@
"eslint": "eslint . --fix --cache --quiet --report-unused-disable-directives --max-warnings 0 --ext .js,.cjs,.jsx,.ts,.cts,.tsx"
},
"devDependencies": {
"@kwooshung/cvlar": "^1.3.4",
"@kwooshung/cvlar": "^1.3.6",
"@types/chance": "^1.1.6",
"@types/cli-progress": "^3.11.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitest/coverage-v8": "^1.1.3",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-v8": "^1.2.1",
"algorithms": "^0.10.0",
"chalk": "4",
"chance": "^1.1.11",
Expand All @@ -73,13 +73,13 @@
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"terser": "^5.26.0",
"prettier": "^3.2.4",
"terser": "^5.27.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.1.3"
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.1",
"vitest": "^1.2.1"
},
"license": "MIT"
}
Loading

0 comments on commit 9ae062b

Please sign in to comment.