Skip to content

Commit 65c33e7

Browse files
committed
chore: release v1.4.5
1 parent 3ef1151 commit 65c33e7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.4.5](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.4.3...v1.4.5) (2024-1-9)
2+
3+
4+
### Features
5+
6+
* add logs when no proxy configured [#68](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/68) ([2986210](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/2986210d3e7adf29e1418c90bc42798c3773035d))
7+
8+
9+
### Performance Improvements
10+
11+
* esbuild target `node>=16` ([b3f5ae9](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/b3f5ae9c4c25c909c05a4bd393df3c5ce48043b5))
12+
* update `cjs` deprecate info ([b98c133](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/b98c133141aa099cace0a23125bbf8b11170a4c6))
13+
14+
15+
116
## [1.4.3](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.4.2...v1.4.3) (2023-12-14)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-mock-dev-server",
33
"type": "module",
4-
"version": "1.4.3",
4+
"version": "1.4.5",
55
"packageManager": "[email protected]",
66
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
77
"license": "MIT",

0 commit comments

Comments
 (0)