Skip to content

Commit 8180b2b

Browse files
committed
release: v1.5.4
1 parent 2dfea99 commit 8180b2b

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
v1.5.4 / 2022-11-29
2+
===================
3+
4+
### 🐛 Bug Fixes
5+
6+
- `general`
7+
- 修复类型未引入问题
8+
- Origin 配置中的 originType 属性被覆盖
9+
- Generate中getBaseClassInDeclaration函数解析泛型问题
10+
- 修复扩展的dataSource数据丢失
11+
- 修复cmd 问题
12+
13+
14+
### 🚀 Features
15+
16+
- `general`
17+
- 修复对DataSource或者BassClass DataType扩展无效的问题
18+
19+
20+
### 💖 Thanks to
21+
22+
- FrozenQ
23+
- fuying.yfy
24+
- liuwei
25+
- 芒星
26+
127
v1.5.3 / 2022-11-14
228
===================
329

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pont",
33
"private": true,
4-
"version": "1.5.3",
4+
"version": "1.5.4",
55
"license": "MIT",
66
"workspaces": [
77
"packages/*"

packages/pont-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pont-engine",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "pont swagger typescript API",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/vscode-pont/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-pont",
33
"displayName": "pont",
44
"description": "",
5-
"version": "1.5.3",
5+
"version": "1.5.4",
66
"publisher": "jasonHzq",
77
"license": "MIT",
88
"engines": {
@@ -228,7 +228,7 @@
228228
"@types/fs-extra": "^5.1.0",
229229
"fs-extra": "^7.0.1",
230230
"mockjs": "^1.0.1-beta3",
231-
"pont-engine": "1.5.3",
231+
"pont-engine": "1.5.4",
232232
"typescript": "^4.8.3"
233233
},
234234
"devDependencies": {

0 commit comments

Comments
 (0)