Skip to content

Commit

Permalink
📦️ release(tag): new version 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Feb 1, 2024
1 parent 015c838 commit c16869d
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 2 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.11
1.0.10
1.0.9
1.0.8
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.11 `2024-02-01`
### 🐛 Fix
- Change the warehouse address of the package ([#015c838](https://github.com/kwooshung/algorithm-sorts/commit/015c838377b8b0f07c0223d66cb846d55118f1c4))

## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- Modify the warehouse name to make it more uniform ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))
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.11 `2024-02-01`
### 🐛 Fix
- パッケージの倉庫アドレスを変更します ([#015c838](https://github.com/kwooshung/algorithm-sorts/commit/015c838377b8b0f07c0223d66cb846d55118f1c4))

## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- 倉庫名を変更して、より均一にします ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))
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.11 `2024-02-01`
### 🐛 Fix
- 패키지의 창고 주소를 변경하십시오 ([#015c838](https://github.com/kwooshung/algorithm-sorts/commit/015c838377b8b0f07c0223d66cb846d55118f1c4))

## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- 창고 이름을 수정하여 더 균일하게 만들 수 있습니다 ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))
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.11 `2024-02-01`
### 🐛 Fix
- Измените адрес склада пакета ([#015c838](https://github.com/kwooshung/algorithm-sorts/commit/015c838377b8b0f07c0223d66cb846d55118f1c4))

## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- Изменить название склада, чтобы сделать его более единым ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))
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.11 `2024-02-01`
### 🐛 Fix
- 更改包装的仓库地址 ([#015c838](https://github.com/kwooshung/algorithm-sorts/commit/015c838377b8b0f07c0223d66cb846d55118f1c4))

## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- 修改仓库名称以使其更加统一 ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))
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.11 `2024-02-01`
### 🐛 Fix
- 更改包裝的倉庫地址 ([#015c838](https://github.com/kwooshung/algorithm-sorts/commit/015c838377b8b0f07c0223d66cb846d55118f1c4))

## 🎉 1.0.10 `2024-02-01`
### 🐛 Fix
- 修改倉庫名稱以使其更加統一 ([#9fe136e](https://github.com/kwooshung/algorithm-sorts/commit/9fe136e7789ef8aa05daacc81d6ae8313b86b832))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwooshung/algorithm-sorts",
"version": "1.0.10",
"version": "1.0.11",
"title": "algorithm-sorts",
"description": "Better algorithm implementation library",
"private": false,
Expand Down Expand Up @@ -82,4 +82,4 @@
"vitest": "^1.2.1"
},
"license": "MIT"
}
}

0 comments on commit c16869d

Please sign in to comment.