Skip to content

Commit

Permalink
Merge pull request #12 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung committed Jan 25, 2024
2 parents 9ae062b + 5587cca commit 2376fbf
Show file tree
Hide file tree
Showing 9 changed files with 147 additions and 116 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.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
16 changes: 8 additions & 8 deletions 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 Expand Up @@ -55,30 +55,30 @@
"eslint": "eslint . --fix --cache --quiet --report-unused-disable-directives --max-warnings 0 --ext .js,.cjs,.jsx,.ts,.cts,.tsx"
},
"devDependencies": {
"@kwooshung/cvlar": "^1.3.6",
"@kwooshung/cvlar": "^1.3.7",
"@types/chance": "^1.1.6",
"@types/cli-progress": "^3.11.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/coverage-v8": "^1.2.1",
"algorithms": "^0.10.0",
"chalk": "4",
"chance": "^1.1.11",
"commitlint": "^18.4.4",
"commitlint": "^18.5.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"husky": "^9.0.1",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"terser": "^5.27.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.1",
"vite-plugin-dts": "^3.7.2",
"vitest": "^1.2.1"
},
"license": "MIT"
Expand Down

0 comments on commit 2376fbf

Please sign in to comment.