Skip to content

Commit

Permalink
release: v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
z979054461 committed Feb 21, 2024
1 parent 0613032 commit 80f1528
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v1.6.2 / 2024-02-21
===================

### 🐛 Bug Fixes

- `pont-engine`
- 修复翻译报错([ERR_INVALID_ARG_TYPE]: The path argument must be of type string. Received null)的问题


### 🏡 Chore

- `general`
- Update user


### 💖 Thanks to

- 芒星

v1.6.1 / 2024-02-07
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pont",
"private": true,
"version": "1.6.1",
"version": "1.6.2",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down
6 changes: 5 additions & 1 deletion packages/pont-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ SwaggerModule.setup('/api', app, document);

## 🎉 谁在使用

- 阿里巴巴
- [阿里巴巴](https://www.alibabagroup.com/about-alibaba)
- 北京知道创宇信息技术股份有限公司
- 长沙蜜獾信息科技有限公司
- [联众智慧科技股份有限公司](http://www.mediinfo.com.cn/)
- 深圳万国游科技有限公司

> 我们在这里列出了部分使用者,如果你的公司和产品使用了 Pont,欢迎到 [这里](https://github.com/alibaba/pont/issues/301) 留言。
2 changes: 1 addition & 1 deletion packages/pont-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pont-engine",
"version": "1.6.1",
"version": "1.6.2",
"author": "jasonHzq",
"description": "pont swagger typescript API",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-pont/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-pont",
"displayName": "pont",
"description": "",
"version": "1.6.1",
"version": "1.6.2",
"publisher": "jasonHzq",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -228,7 +228,7 @@
"@types/fs-extra": "^5.1.0",
"fs-extra": "^7.0.1",
"mockjs": "^1.0.1-beta3",
"pont-engine": "1.6.1",
"pont-engine": "1.6.2",
"typescript": "^4.8.3"
},
"devDependencies": {
Expand Down

0 comments on commit 80f1528

Please sign in to comment.