Skip to content

Commit

Permalink
release: v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
z979054461 committed Nov 14, 2022
1 parent 8efb01c commit 654cd16
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
v1.5.3 / 2022-11-14
===================

### 🐛 Bug Fixes

- `general`
- 修复cmd路径问题
- 修复 api.d.ts 没有重新生成问题
- 修复 currentOriginManage 为空时错误
- 修复不存在 dataSource 时,代码生成报错


### 🚀 Features

- `general`
- 添加vscode抛出报错信息


### 💖 Thanks to

- fuying
- fuying.yfy

v1.5.2 / 2022-11-08
===================

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.5.2",
"version": "1.5.3",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down
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.5.2",
"version": "1.5.3",
"description": "pont swagger typescript API",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
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.5.2",
"version": "1.5.3",
"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.5.2",
"pont-engine": "1.5.3",
"typescript": "^4.8.3"
},
"devDependencies": {
Expand Down

0 comments on commit 654cd16

Please sign in to comment.