Skip to content

Commit

Permalink
Merge pull request #10 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung committed Feb 3, 2024
2 parents f133438 + ef6da3f commit 51d3fec
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.0.9
1.0.8
1.0.7
1.0.6
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ko.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"
}
},
Expand Down

0 comments on commit 51d3fec

Please sign in to comment.