diff --git a/changelogs/.history b/changelogs/.history index 346c897..22e0de8 100644 --- a/changelogs/.history +++ b/changelogs/.history @@ -1,3 +1,4 @@ +1.0.7 1.0.6 1.0.5 1.0.4 diff --git a/changelogs/CHANGELOG.en.md b/changelogs/CHANGELOG.en.md index d31fc7b..b535eca 100644 --- a/changelogs/CHANGELOG.en.md +++ b/changelogs/CHANGELOG.en.md @@ -1,3 +1,7 @@ +## 🎉 1.0.7 `2024-02-03` +### 🐛 Fix +- The file address in the bag specifies an error ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b)) + ## 🎉 1.0.6 `2024-02-02` ### 🐛 Fix - Quality Test badges address ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517)) diff --git a/changelogs/CHANGELOG.ja.md b/changelogs/CHANGELOG.ja.md index 225a81b..efc06c2 100644 --- a/changelogs/CHANGELOG.ja.md +++ b/changelogs/CHANGELOG.ja.md @@ -1,3 +1,7 @@ +## 🎉 1.0.7 `2024-02-03` +### 🐛 Fix +- バッグ内のファイルアドレスはエラーを指定します ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b)) + ## 🎉 1.0.6 `2024-02-02` ### 🐛 Fix - 高品質のテストバッジアドレス ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517)) diff --git a/changelogs/CHANGELOG.ko.md b/changelogs/CHANGELOG.ko.md index 8efdc6c..b4f3004 100644 --- a/changelogs/CHANGELOG.ko.md +++ b/changelogs/CHANGELOG.ko.md @@ -1,3 +1,7 @@ +## 🎉 1.0.7 `2024-02-03` +### 🐛 Fix +- 백의 파일 주소는 오류를 지정합니다 ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b)) + ## 🎉 1.0.6 `2024-02-02` ### 🐛 Fix - 품질 테스트 배지 주소 ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517)) diff --git a/changelogs/CHANGELOG.ru.md b/changelogs/CHANGELOG.ru.md index a708939..7609475 100644 --- a/changelogs/CHANGELOG.ru.md +++ b/changelogs/CHANGELOG.ru.md @@ -1,3 +1,7 @@ +## 🎉 1.0.7 `2024-02-03` +### 🐛 Fix +- Адрес файла в сумке указывает ошибку ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b)) + ## 🎉 1.0.6 `2024-02-02` ### 🐛 Fix - Адрес тестирования качества ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517)) diff --git a/changelogs/CHANGELOG.zh-cn.md b/changelogs/CHANGELOG.zh-cn.md index 6da27e1..60b9b99 100644 --- a/changelogs/CHANGELOG.zh-cn.md +++ b/changelogs/CHANGELOG.zh-cn.md @@ -1,3 +1,7 @@ +## 🎉 1.0.7 `2024-02-03` +### 🐛 Fix +- 袋子中的文件地址指定错误 ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b)) + ## 🎉 1.0.6 `2024-02-02` ### 🐛 Fix - 质量测试徽章地址 ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517)) diff --git a/changelogs/CHANGELOG.zh-tw.md b/changelogs/CHANGELOG.zh-tw.md index 27bf095..d3611a3 100644 --- a/changelogs/CHANGELOG.zh-tw.md +++ b/changelogs/CHANGELOG.zh-tw.md @@ -1,3 +1,7 @@ +## 🎉 1.0.7 `2024-02-03` +### 🐛 Fix +- 袋子中的文件地址指定錯誤 ([#0c23ee0](https://github.com/kwooshung/files/commit/0c23ee0386f20a0409787968323506493e1ae18b)) + ## 🎉 1.0.6 `2024-02-02` ### 🐛 Fix - 質量測試徽章地址 ([#3360bff](https://github.com/kwooshung/files/commit/3360bffdacb06ea262e3891bdfd91119232a0517)) diff --git a/package.json b/package.json index 9f7e15c..6e830ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kwooshung/files", - "version": "1.0.6", + "version": "1.0.7", "title": "files", "description": "A convenient and efficient library for file operations.", "private": false, @@ -78,4 +78,4 @@ "typescript": "^5.3.3" }, "license": "MIT" -} +} \ No newline at end of file