Skip to content

Commit

Permalink
📦️ release(tag): new version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Jan 12, 2024
1 parent a4f2250 commit 4e1e596
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0
2 changes: 2 additions & 0 deletions changelogs/.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 🎉 {{tag}} `{{date}}`
{{logs}}
10 changes: 10 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 🎉 1.0.0 `2024-01-12`
### 📚 Docs
- Explain that the document has been perfected ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
- Note from Chinese to Chinese and English ([#85c0485](https://github.com/kwooshung/algorithm-sorts/commit/85c048534e0bb51e15cf75b2d12b5b81d7362afb))
### ✨ Feature
- Common sorting algorithm has been done ([#a5bd06d](https://github.com/kwooshung/algorithm-sorts/commit/a5bd06d36a558f1c149d1da2b14f72fe0e9d6a7b))
### Other
- Initial commit ([#7367696](https://github.com/kwooshung/algorithm-sorts/commit/7367696c85f2e0f4207450e66b0f8bc14d096bbe))

10 changes: 10 additions & 0 deletions changelogs/CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 🎉 1.0.0 `2024-01-12`
### 📚 Docs
- 文書が完成したことを説明してください ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
- 中国語から中国語、英語へのメモ ([#85c0485](https://github.com/kwooshung/algorithm-sorts/commit/85c048534e0bb51e15cf75b2d12b5b81d7362afb))
### ✨ Feature
- 一般的なソートアルゴリズムが行われました ([#a5bd06d](https://github.com/kwooshung/algorithm-sorts/commit/a5bd06d36a558f1c149d1da2b14f72fe0e9d6a7b))
### Other
- 最初のコミット ([#7367696](https://github.com/kwooshung/algorithm-sorts/commit/7367696c85f2e0f4207450e66b0f8bc14d096bbe))

10 changes: 10 additions & 0 deletions changelogs/CHANGELOG.ko.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 🎉 1.0.0 `2024-01-12`
### 📚 Docs
- 문서가 완성되었다고 설명하십시오 ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
- 중국어에서 중국어 및 영어에주의하십시오 ([#85c0485](https://github.com/kwooshung/algorithm-sorts/commit/85c048534e0bb51e15cf75b2d12b5b81d7362afb))
### ✨ Feature
- 일반적인 정렬 알고리즘이 수행되었습니다 ([#a5bd06d](https://github.com/kwooshung/algorithm-sorts/commit/a5bd06d36a558f1c149d1da2b14f72fe0e9d6a7b))
### Other
- 초기 커밋 ([#7367696](https://github.com/kwooshung/algorithm-sorts/commit/7367696c85f2e0f4207450e66b0f8bc14d096bbe))

10 changes: 10 additions & 0 deletions changelogs/CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 🎉 1.0.0 `2024-01-12`
### 📚 Docs
- Объясните, что документ был усовершенствован ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
- Примечание от китайского на китайский и английский ([#85c0485](https://github.com/kwooshung/algorithm-sorts/commit/85c048534e0bb51e15cf75b2d12b5b81d7362afb))
### ✨ Feature
- Общий алгоритм сортировки был сделан ([#a5bd06d](https://github.com/kwooshung/algorithm-sorts/commit/a5bd06d36a558f1c149d1da2b14f72fe0e9d6a7b))
### Other
- Первоначальный коммит ([#7367696](https://github.com/kwooshung/algorithm-sorts/commit/7367696c85f2e0f4207450e66b0f8bc14d096bbe))

10 changes: 10 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 🎉 1.0.0 `2024-01-12`
### 📚 Docs
- 说明该文档已经完善 ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
- 从中文到中文和英语的笔记 ([#85c0485](https://github.com/kwooshung/algorithm-sorts/commit/85c048534e0bb51e15cf75b2d12b5b81d7362afb))
### ✨ Feature
- 通用排序算法已经完成 ([#a5bd06d](https://github.com/kwooshung/algorithm-sorts/commit/a5bd06d36a558f1c149d1da2b14f72fe0e9d6a7b))
### Other
- 初始提交 ([#7367696](https://github.com/kwooshung/algorithm-sorts/commit/7367696c85f2e0f4207450e66b0f8bc14d096bbe))

10 changes: 10 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 🎉 1.0.0 `2024-01-12`
### 📚 Docs
- 說明該文檔已經完善 ([#a4f2250](https://github.com/kwooshung/algorithm-sorts/commit/a4f225034537c529add94987d284267945ca4759))
### 🐛 Fix
- 從中文到中文和英語的筆記 ([#85c0485](https://github.com/kwooshung/algorithm-sorts/commit/85c048534e0bb51e15cf75b2d12b5b81d7362afb))
### ✨ Feature
- 通用排序算法已經完成 ([#a5bd06d](https://github.com/kwooshung/algorithm-sorts/commit/a5bd06d36a558f1c149d1da2b14f72fe0e9d6a7b))
### Other
- 初始提交 ([#7367696](https://github.com/kwooshung/algorithm-sorts/commit/7367696c85f2e0f4207450e66b0f8bc14d096bbe))

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": "0.9.9",
"version": "1.0.0",
"title": "algorithm-sorts",
"description": "Better algorithm implementation library",
"private": false,
Expand Down

0 comments on commit 4e1e596

Please sign in to comment.