Skip to content

Commit 3f82e50

Browse files
committed
📦️ release(tag): new version 1.0.7
1 parent 0c23ee0 commit 3f82e50

File tree

8 files changed

+27
-2
lines changed

8 files changed

+27
-2
lines changed

changelogs/.history

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
1.0.7
12
1.0.6
23
1.0.5
34
1.0.4

changelogs/CHANGELOG.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.7 `2024-02-03`
2+
### 🐛 Fix
3+
- The file address in the bag specifies an error ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b))
4+
15
## 🎉 1.0.6 `2024-02-02`
26
### 🐛 Fix
37
- Quality Test badges address ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517))

changelogs/CHANGELOG.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.7 `2024-02-03`
2+
### 🐛 Fix
3+
- バッグ内のファイルアドレスはエラーを指定します ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b))
4+
15
## 🎉 1.0.6 `2024-02-02`
26
### 🐛 Fix
37
- 高品質のテストバッジアドレス ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517))

changelogs/CHANGELOG.ko.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.7 `2024-02-03`
2+
### 🐛 Fix
3+
- 백의 파일 주소는 오류를 지정합니다 ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b))
4+
15
## 🎉 1.0.6 `2024-02-02`
26
### 🐛 Fix
37
- 품질 테스트 배지 주소 ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517))

changelogs/CHANGELOG.ru.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.7 `2024-02-03`
2+
### 🐛 Fix
3+
- Адрес файла в сумке указывает ошибку ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b))
4+
15
## 🎉 1.0.6 `2024-02-02`
26
### 🐛 Fix
37
- Адрес тестирования качества ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517))

changelogs/CHANGELOG.zh-cn.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.7 `2024-02-03`
2+
### 🐛 Fix
3+
- 袋子中的文件地址指定错误 ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b))
4+
15
## 🎉 1.0.6 `2024-02-02`
26
### 🐛 Fix
37
- 质量测试徽章地址 ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517))

changelogs/CHANGELOG.zh-tw.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 1.0.7 `2024-02-03`
2+
### 🐛 Fix
3+
- 袋子中的文件地址指定錯誤 ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b))
4+
15
## 🎉 1.0.6 `2024-02-02`
26
### 🐛 Fix
37
- 質量測試徽章地址 ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kwooshung/files",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"title": "files",
55
"description": "A convenient and efficient library for file operations.",
66
"private": false,
@@ -78,4 +78,4 @@
7878
"typescript": "^5.3.3"
7979
},
8080
"license": "MIT"
81-
}
81+
}

0 commit comments

Comments
 (0)