Skip to content

Commit

Permalink
Merge pull request #8 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung committed Jan 13, 2024
2 parents 927a260 + d7ddaa4 commit c4c70ed
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 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.7
1.0.6
1.0.5
1.0.4
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.7 `2024-01-13`
### 🐛 Fix
- Remove the Node version requirements ([#0e0d737](https://github.com/kwooshung/algorithm-sorts/commit/0e0d737a301488be61c01a0f4d04e3d5579e0297))

## 🎉 1.0.6 `2024-01-13`
### 🐛 Fix
- Update the path, otherwise the index.d.ts generated ([#2ac4a40](https://github.com/kwooshung/algorithm-sorts/commit/2ac4a407fe24f728131539472abf39b9a18ac278))
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.7 `2024-01-13`
### 🐛 Fix
- ノードバージョンの要件を削除します ([#0e0d737](https://github.com/kwooshung/algorithm-sorts/commit/0e0d737a301488be61c01a0f4d04e3d5579e0297))

## 🎉 1.0.6 `2024-01-13`
### 🐛 Fix
- パスを更新します。それ以外の場合は、index.d.ts生成されます ([#2ac4a40](https://github.com/kwooshung/algorithm-sorts/commit/2ac4a407fe24f728131539472abf39b9a18ac278))
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.7 `2024-01-13`
### 🐛 Fix
- 노드 버전 요구 사항을 제거하십시오 ([#0e0d737](https://github.com/kwooshung/algorithm-sorts/commit/0e0d737a301488be61c01a0f4d04e3d5579e0297))

## 🎉 1.0.6 `2024-01-13`
### 🐛 Fix
- 경로를 업데이트, 그렇지 않으면 index.d.ts가 생성되었습니다 ([#2ac4a40](https://github.com/kwooshung/algorithm-sorts/commit/2ac4a407fe24f728131539472abf39b9a18ac278))
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.7 `2024-01-13`
### 🐛 Fix
- Удалить требования к версии узла ([#0e0d737](https://github.com/kwooshung/algorithm-sorts/commit/0e0d737a301488be61c01a0f4d04e3d5579e0297))

## 🎉 1.0.6 `2024-01-13`
### 🐛 Fix
- Обновите путь, в противном случае сгенерированный index.d.ts ([#2ac4a40](https://github.com/kwooshung/algorithm-sorts/commit/2ac4a407fe24f728131539472abf39b9a18ac278))
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.7 `2024-01-13`
### 🐛 Fix
- 删除节点版本要求 ([#0e0d737](https://github.com/kwooshung/algorithm-sorts/commit/0e0d737a301488be61c01a0f4d04e3d5579e0297))

## 🎉 1.0.6 `2024-01-13`
### 🐛 Fix
- 更新路径,否则生成的索引 ([#2ac4a40](https://github.com/kwooshung/algorithm-sorts/commit/2ac4a407fe24f728131539472abf39b9a18ac278))
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.7 `2024-01-13`
### 🐛 Fix
- 刪除節點版本要求 ([#0e0d737](https://github.com/kwooshung/algorithm-sorts/commit/0e0d737a301488be61c01a0f4d04e3d5579e0297))

## 🎉 1.0.6 `2024-01-13`
### 🐛 Fix
- 更新路徑,否則生成的索引 ([#2ac4a40](https://github.com/kwooshung/algorithm-sorts/commit/2ac4a407fe24f728131539472abf39b9a18ac278))
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwooshung/algorithm-sorts",
"version": "1.0.6",
"version": "1.0.7",
"title": "algorithm-sorts",
"description": "Better algorithm implementation library",
"private": false,
Expand Down Expand Up @@ -54,9 +54,6 @@
"compare": "node ./src/compare.cjs",
"eslint": "eslint . --fix --cache --quiet --report-unused-disable-directives --max-warnings 0 --ext .js,.cjs,.jsx,.ts,.cts,.tsx"
},
"peerDependencies": {
"node": ">=14.0.0"
},
"devDependencies": {
"@kwooshung/cvlar": "^1.3.4",
"@types/chance": "^1.1.6",
Expand Down

0 comments on commit c4c70ed

Please sign in to comment.