Skip to content

Commit

Permalink
release: v0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonHzq committed Mar 16, 2020
1 parent e7c3489 commit 2d072e8
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 4 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
v0.3.12 / 2020-03-16
===================

### 🐛 Bug Fixes

- `general`
- Fix code
- Code
- Fix code
- Fix deprecated
- Fix ignore
- Code
- Fix code
- Fix pont hooks
- Fix pont template
- Fix code
- `pont-engine`
- #148 Pont 内部定义的对象类型 ObjectMap, 但是生成的是objectMap close


### 🚀 Features

- `general`
- Code
- Add hooks-app
- Code
- Merge
- Merge pont-hooks
- Add templates.md
- Update code
- Add hooks templates
- Update Readme
- Update Readme
- Merge branch 'master' into pont-zl
- Update Readme
- Update code
- Update code
- Update quick-start
- Update qrcode


### 🏡 Chore

- `script`
- Fix release when get latest tag bug


### 💖 Thanks to

- Leon1Zhu
- jasonHzq
- 高乐天

v0.3.11 / 2020-02-27
===================

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": "0.3.11",
"version": "0.3.12",
"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": "0.3.11",
"version": "0.3.12",
"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": "0.3.11",
"version": "0.3.12",
"publisher": "jasonHzq",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"@types/fs-extra": "^5.1.0",
"fs-extra": "^7.0.1",
"mockjs": "^1.0.1-beta3",
"pont-engine": "0.3.11"
"pont-engine": "0.3.12"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 2d072e8

Please sign in to comment.