Skip to content

Commit

Permalink
📦️ release(tag): new version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Jan 25, 2024
1 parent 5ae9cd7 commit 20c452e
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.0.3
1.0.2
1.0.1
1.0.0
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.3 `2024-01-25`
### 🐛 Fix
- Fix the wrong words, update dependencies ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

## 🎉 1.0.2 `2024-01-21`
### 🆕 Add
- Add .gitattributes, forced settings to LF ([#e48ae85](https://github.com/kwooshung/files/commit/e48ae85142cd177763fd79c0d2945c9bbde9cb3c))
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.3 `2024-01-25`
### 🐛 Fix
- 間違った単語を修正し、依存関係を更新します ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

## 🎉 1.0.2 `2024-01-21`
### 🆕 Add
- .gitattributes、強制設定をLFに追加します ([#e48ae85](https://github.com/kwooshung/files/commit/e48ae85142cd177763fd79c0d2945c9bbde9cb3c))
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.3 `2024-01-25`
### 🐛 Fix
- 잘못된 단어를 수정하고 종속성을 업데이트하십시오 ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

## 🎉 1.0.2 `2024-01-21`
### 🆕 Add
- .gitattributes, 강제 설정을 LF에 추가하십시오 ([#e48ae85](https://github.com/kwooshung/files/commit/e48ae85142cd177763fd79c0d2945c9bbde9cb3c))
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.3 `2024-01-25`
### 🐛 Fix
- Исправить неправильные слова, обновить зависимости ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

## 🎉 1.0.2 `2024-01-21`
### 🆕 Add
- Добавить .gitattributes, принудительные настройки в LF ([#e48ae85](https://github.com/kwooshung/files/commit/e48ae85142cd177763fd79c0d2945c9bbde9cb3c))
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.3 `2024-01-25`
### 🐛 Fix
- 修复错误的单词,更新依赖项 ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

## 🎉 1.0.2 `2024-01-21`
### 🆕 Add
- 添加.gitAttributes,强制设置为LF ([#e48ae85](https://github.com/kwooshung/files/commit/e48ae85142cd177763fd79c0d2945c9bbde9cb3c))
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.3 `2024-01-25`
### 🐛 Fix
- 修復錯誤的單詞,更新依賴項 ([#5ae9cd7](https://github.com/kwooshung/files/commit/5ae9cd70e57c7ee9ad6c20c9cc25698f99944174))

## 🎉 1.0.2 `2024-01-21`
### 🆕 Add
- 添加.gitAttributes,強制設置為LF ([#e48ae85](https://github.com/kwooshung/files/commit/e48ae85142cd177763fd79c0d2945c9bbde9cb3c))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwooshung/files",
"version": "1.0.2",
"version": "1.0.3",
"title": "files",
"description": "A convenient and efficient library for file operations.",
"private": false,
Expand Down

0 comments on commit 20c452e

Please sign in to comment.