diff --git a/changelogs/.history b/changelogs/.history index a7abcc4..91d8c8d 100644 --- a/changelogs/.history +++ b/changelogs/.history @@ -1,3 +1,4 @@ +1.0.9 1.0.8 1.0.7 1.0.6 diff --git a/changelogs/CHANGELOG.en.md b/changelogs/CHANGELOG.en.md index 538e78c..eb19879 100644 --- a/changelogs/CHANGELOG.en.md +++ b/changelogs/CHANGELOG.en.md @@ -1,3 +1,7 @@ +## 🎉 1.0.9 `2024-02-03` +### 🐛 Fix +- The file address in the bag specifies an error ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328)) + ## 🎉 1.0.8 `2024-02-02` ### 🐛 Fix - Quality Test badges address ([#aa22292](https://github.com/kwooshung/files/commit/aa22292f9ad29f827d1507a4e4a74c658e7f329e)) diff --git a/changelogs/CHANGELOG.ja.md b/changelogs/CHANGELOG.ja.md index 41e0d9f..c94577b 100644 --- a/changelogs/CHANGELOG.ja.md +++ b/changelogs/CHANGELOG.ja.md @@ -1,3 +1,7 @@ +## 🎉 1.0.9 `2024-02-03` +### 🐛 Fix +- バッグ内のファイルアドレスはエラーを指定します ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328)) + ## 🎉 1.0.8 `2024-02-02` ### 🐛 Fix - 高品質のテストバッジアドレス ([#aa22292](https://github.com/kwooshung/files/commit/aa22292f9ad29f827d1507a4e4a74c658e7f329e)) diff --git a/changelogs/CHANGELOG.ko.md b/changelogs/CHANGELOG.ko.md index bf64bb3..8bd9481 100644 --- a/changelogs/CHANGELOG.ko.md +++ b/changelogs/CHANGELOG.ko.md @@ -1,3 +1,7 @@ +## 🎉 1.0.9 `2024-02-03` +### 🐛 Fix +- 백의 파일 주소는 오류를 지정합니다 ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328)) + ## 🎉 1.0.8 `2024-02-02` ### 🐛 Fix - 품질 테스트 배지 주소 ([#aa22292](https://github.com/kwooshung/files/commit/aa22292f9ad29f827d1507a4e4a74c658e7f329e)) diff --git a/changelogs/CHANGELOG.ru.md b/changelogs/CHANGELOG.ru.md index b9306f3..69bd28d 100644 --- a/changelogs/CHANGELOG.ru.md +++ b/changelogs/CHANGELOG.ru.md @@ -1,3 +1,7 @@ +## 🎉 1.0.9 `2024-02-03` +### 🐛 Fix +- Адрес файла в сумке указывает ошибку ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328)) + ## 🎉 1.0.8 `2024-02-02` ### 🐛 Fix - Адрес тестирования качества ([#aa22292](https://github.com/kwooshung/files/commit/aa22292f9ad29f827d1507a4e4a74c658e7f329e)) diff --git a/changelogs/CHANGELOG.zh-cn.md b/changelogs/CHANGELOG.zh-cn.md index ed3a13f..1d9b450 100644 --- a/changelogs/CHANGELOG.zh-cn.md +++ b/changelogs/CHANGELOG.zh-cn.md @@ -1,3 +1,7 @@ +## 🎉 1.0.9 `2024-02-03` +### 🐛 Fix +- 袋子中的文件地址指定错误 ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328)) + ## 🎉 1.0.8 `2024-02-02` ### 🐛 Fix - 质量测试徽章地址 ([#aa22292](https://github.com/kwooshung/files/commit/aa22292f9ad29f827d1507a4e4a74c658e7f329e)) diff --git a/changelogs/CHANGELOG.zh-tw.md b/changelogs/CHANGELOG.zh-tw.md index 8f05646..1046f1a 100644 --- a/changelogs/CHANGELOG.zh-tw.md +++ b/changelogs/CHANGELOG.zh-tw.md @@ -1,3 +1,7 @@ +## 🎉 1.0.9 `2024-02-03` +### 🐛 Fix +- 袋子中的文件地址指定錯誤 ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328)) + ## 🎉 1.0.8 `2024-02-02` ### 🐛 Fix - 質量測試徽章地址 ([#aa22292](https://github.com/kwooshung/files/commit/aa22292f9ad29f827d1507a4e4a74c658e7f329e)) diff --git a/package.json b/package.json index 4d330a8..6c180d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kwooshung/randoms", - "version": "1.0.8", + "version": "1.0.9", "title": "randoms", "description": "Consolidate superior random number projects in the community into a unified API to reduce the learning curve.", "private": false, @@ -26,13 +26,13 @@ "url": "https://github.com/kwooshung/Randoms/issues" }, "type": "module", - "main": "dist/randoms.cjs", - "module": "dist/randoms.mjs", + "main": "dist/index.cjs", + "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { - "require": "./dist/randoms.cjs", - "import": "./dist/randoms.mjs", + "require": "./dist/index.cjs", + "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } },