Skip to content

Commit 7c3f738

Browse files
committed
📦️ release(tag): new version 1.0.4
1 parent 539ce63 commit 7c3f738

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.4
12
1.0.3
23
1.0.2
34
1.0.1

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.4 `2024-02-01`
2+
### 🐛 Fix
3+
- Modify the warehouse name to make it more uniform ([#539ce63](https://github.com/kwooshung/files/commit/539ce6329a901429da46cb53d40cbb8fabfae404))
4+
15
## 🎉 1.0.3 `2024-01-25`
26
### 🐛 Fix
37
- Fix the wrong words, update dependencies ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

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.4 `2024-02-01`
2+
### 🐛 Fix
3+
- 倉庫名を変更して、より均一にします ([#539ce63](https://github.com/kwooshung/files/commit/539ce6329a901429da46cb53d40cbb8fabfae404))
4+
15
## 🎉 1.0.3 `2024-01-25`
26
### 🐛 Fix
37
- 間違った単語を修正し、依存関係を更新します ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

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.4 `2024-02-01`
2+
### 🐛 Fix
3+
- 창고 이름을 수정하여 더 균일하게 만들 수 있습니다 ([#539ce63](https://github.com/kwooshung/files/commit/539ce6329a901429da46cb53d40cbb8fabfae404))
4+
15
## 🎉 1.0.3 `2024-01-25`
26
### 🐛 Fix
37
- 잘못된 단어를 수정하고 종속성을 업데이트하십시오 ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

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.4 `2024-02-01`
2+
### 🐛 Fix
3+
- Изменить название склада, чтобы сделать его более единым ([#539ce63](https://github.com/kwooshung/files/commit/539ce6329a901429da46cb53d40cbb8fabfae404))
4+
15
## 🎉 1.0.3 `2024-01-25`
26
### 🐛 Fix
37
- Исправить неправильные слова, обновить зависимости ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

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.4 `2024-02-01`
2+
### 🐛 Fix
3+
- 修改仓库名称以使其更加统一 ([#539ce63](https://github.com/kwooshung/files/commit/539ce6329a901429da46cb53d40cbb8fabfae404))
4+
15
## 🎉 1.0.3 `2024-01-25`
26
### 🐛 Fix
37
- 修复错误的单词,更新依赖项 ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

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.4 `2024-02-01`
2+
### 🐛 Fix
3+
- 修改倉庫名稱以使其更加統一 ([#539ce63](https://github.com/kwooshung/files/commit/539ce6329a901429da46cb53d40cbb8fabfae404))
4+
15
## 🎉 1.0.3 `2024-01-25`
26
### 🐛 Fix
37
- 修復錯誤的單詞,更新依賴項 ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

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.3",
3+
"version": "1.0.4",
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)