Skip to content

Commit

Permalink
release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z979054461 committed Apr 12, 2022
1 parent a7c07ef commit 244a18b
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
v1.3.0 / 2022-04-12
===================

### 🐛 Bug Fixes

- `general`
- 修复文档错误
- 修正文案
- 更正文案
- 修复this丢失问题
- 修复文件名错误
- CodeSnippet默认模板支持多数据源
- 修复插件Repository地址错误
- 修复初始化时没有进行diff计算
- `pontorigins.ts`
- 修复不存在配置时,文件名展示为undefined


### 🚀 Features

- `general`
- Pont start 添加语言选择选项
- 修改创建提示
- 完善Pont VSCode 插件功能
- 移除无效配置
- 添加注释
- 完善插件逻辑
- 添加icon
- 完成项目初始引导
- `pont-engine vscode-pont`
- 完成pont vscode 插件UI 升级


### 💖 Thanks to

- fuying.yfy

v1.2.0 / 2022-02-18
===================

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.2.0",
"version": "1.3.0",
"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.2.0",
"version": "1.3.0",
"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.2.0",
"version": "1.3.0",
"publisher": "jasonHzq",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -189,7 +189,7 @@
"@types/fs-extra": "^5.1.0",
"fs-extra": "^7.0.1",
"mockjs": "^1.0.1-beta3",
"pont-engine": "1.2.0",
"pont-engine": "1.3.0",
"typescript": "4.3.5"
},
"devDependencies": {
Expand Down

0 comments on commit 244a18b

Please sign in to comment.