Skip to content

Commit

Permalink
release: v1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
z979054461 committed Jun 21, 2023
1 parent 85dd72a commit aae02d7
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
v1.5.11 / 2023-06-21
===================

### 🐛 Bug Fixes

- `general`
- 修复单元测试
- 修复重置时mock数据不更新问题
- 解决mock配置带wrapper时导致的bug
- 解决mocks文件中跳出死循环逻辑导致的接口返回空对象的问题


### 🚀 Features

- `general`
- 去除单元测试修复,仅提交pinyin转换
- 去除无用注释
- 修复jest单元测试,并新增当全部翻译插件失效时,取中文首字母拼音作为translate


### 💖 Thanks to

- yuxuan-ctrl
- 元先
- 吉锋
- 芒星

v1.5.10 / 2023-05-11
===================

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.10",
"version": "1.5.11",
"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.10",
"version": "1.5.11",
"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.10",
"version": "1.5.11",
"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.10",
"pont-engine": "1.5.11",
"typescript": "^4.8.3"
},
"devDependencies": {
Expand Down

0 comments on commit aae02d7

Please sign in to comment.