Skip to content

Commit

Permalink
📦️ release(tag): new version 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Jan 25, 2024
1 parent 3a95d12 commit 33d1da8
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 29 deletions.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.3.7
1.3.6
1.3.5
1.3.4
Expand Down
6 changes: 6 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 🎉 1.3.7 `2024-01-25`
### 📦 Release
- new version 1.3.7 ([#3a95d12](https://github.com/kwooshung/cvlar/commit/3a95d1206d173cd88449a6804cc4c905a1380bf9))
### 🐛 Fix
- Google Translate connectivity check timeout to avoid the problem of being unable to translate if the time is too short ([#abbcc2c](https://github.com/kwooshung/cvlar/commit/abbcc2c0e11272824f2c94830366e3dc3e95be83))

## 🎉 1.3.6 `2024-01-21`
### 📚 Docs
- More detailed installation instructions ([#2b639a7](https://github.com/kwooshung/cvlar/commit/2b639a7411299bcf7467b67738467b1de37624ed))
Expand Down
6 changes: 6 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 🎉 1.3.7 `2024-01-25`
### 📦 Release
- 新版本1.3.7 ([#3a95d12](https://github.com/kwooshung/cvlar/commit/3a95d1206d173cd88449a6804cc4c905a1380bf9))
### 🐛 Fix
- Google翻译连接检查超时,以避免无法翻译时间是否太短的问题 ([#abbcc2c](https://github.com/kwooshung/cvlar/commit/abbcc2c0e11272824f2c94830366e3dc3e95be83))

## 🎉 1.3.6 `2024-01-21`
### 📚 Docs
- 更详细的安装说明 ([#2b639a7](https://github.com/kwooshung/cvlar/commit/2b639a7411299bcf7467b67738467b1de37624ed))
Expand Down
6 changes: 6 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 🎉 1.3.7 `2024-01-25`
### 📦 Release
- 新版本1.3.7 ([#3a95d12](https://github.com/kwooshung/cvlar/commit/3a95d1206d173cd88449a6804cc4c905a1380bf9))
### 🐛 Fix
- Google翻譯連接檢查超時,以避免無法翻譯時間是否太短的問題 ([#abbcc2c](https://github.com/kwooshung/cvlar/commit/abbcc2c0e11272824f2c94830366e3dc3e95be83))

## 🎉 1.3.6 `2024-01-21`
### 📚 Docs
- 更詳細的安裝說明 ([#2b639a7](https://github.com/kwooshung/cvlar/commit/2b639a7411299bcf7467b67738467b1de37624ed))
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"lodash-es": "^4.17.21",
"node-fetch": "^3.3.2",
"ora": "^8.0.1",
"package-json": "^8.1.1",
"package-json": "^9.0.0",
"picocolors": "^1.0.0",
"semver": "^7.5.4"
},
Expand All @@ -101,21 +101,21 @@
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.11",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.5",
"@types/node": "^20.11.6",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"commitlint": "^18.4.4",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"commitlint": "^18.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"husky": "^9.0.1",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"swc-loader": "^0.2.3",
"terser": "^5.27.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33d1da8

Please sign in to comment.