Skip to content

Commit

Permalink
Merge pull request #7 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung authored Feb 3, 2024
2 parents 23a22a4 + 3f82e50 commit 624d4bb
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.7
1.0.6
1.0.5
1.0.4
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.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))
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.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))
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.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))
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.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))
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.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))
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.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))
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/files",
"version": "1.0.6",
"version": "1.0.7",
"title": "files",
"description": "A convenient and efficient library for file operations.",
"private": false,
Expand All @@ -26,13 +26,13 @@
"url": "https://github.com/kwooshung/Files/issues"
},
"type": "module",
"main": "dist/files.cjs",
"module": "dist/files.mjs",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/files.cjs",
"import": "./dist/files.mjs",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
Expand Down

0 comments on commit 624d4bb

Please sign in to comment.