Skip to content

Commit 7e58c9f

Browse files
committed
release: v1.1.1
1 parent b64611c commit 7e58c9f

4 files changed

Lines changed: 40 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
v1.1.1 / 2022-02-16
2+
===================
3+
4+
### 🐛 Bug Fixes
5+
6+
- `scan`
7+
- Compatible with a null value
8+
- `readme`
9+
- Md scannedPattern transfer bug
10+
11+
12+
### 🚀 Features
13+
14+
- `all`
15+
- 新增配置spiltApiLock(是否拆分api-lock.json,默认关闭)便于用户平 滑升级
16+
17+
18+
### 🏡 Chore
19+
20+
- `deps`
21+
- Bump follow-redirects from 1.14.7 to 1.14.8
22+
- Bump ajv from 6.10.2 to 6.12.6 in /examples/hooks-app
23+
- Bump ajv from 6.10.2 to 6.12.6
24+
- Bump postcss from 7.0.17 to 7.0.39 in /examples/hooks-app
25+
- Bump node-fetch from 1.7.3 to 2.6.7
26+
- Bump trim-off-newlines from 1.0.1 to 1.0.3
27+
- Bump follow-redirects in /examples/hooks-app
28+
- Bump follow-redirects from 1.9.0 to 1.14.7
29+
30+
31+
### 💖 Thanks to
32+
33+
- dependabot[bot]
34+
- yehua.zy
35+
- 芒星
36+
137
v1.1.0 / 2022-02-14
238
===================
339

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.1.0",
4+
"version": "1.1.1",
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.1.0",
3+
"version": "1.1.1",
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.1.0",
5+
"version": "1.1.1",
66
"publisher": "jasonHzq",
77
"license": "MIT",
88
"engines": {
@@ -74,7 +74,7 @@
7474
"@types/fs-extra": "^5.1.0",
7575
"fs-extra": "^7.0.1",
7676
"mockjs": "^1.0.1-beta3",
77-
"pont-engine": "1.1.0"
77+
"pont-engine": "1.1.1"
7878
},
7979
"devDependencies": {
8080
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)