Skip to content

Commit

Permalink
chore: release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vben-admin committed Mar 30, 2021
1 parent 7ac9830 commit f5a2af3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.4.1](https://github.com/anncwb/vite-plugin-mock/compare/v2.4.0...v2.4.1) (2021-03-30)

### Bug Fixes

- empty TS file in mock folder is error ([669b804](https://github.com/anncwb/vite-plugin-mock/commit/669b804df31f537bf6985b56972b32dd11e20504))

### Performance Improvements

- perf code ([98b9dbc](https://github.com/anncwb/vite-plugin-mock/commit/98b9dbc64f5c6da815a1f29c6b588fddd5189370))

# [2.4.0](https://github.com/anncwb/vite-plugin-mock/compare/v2.3.0...v2.4.0) (2021-03-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-mock",
"version": "2.4.0",
"version": "2.4.1",
"description": "A mock plugin for vite",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit f5a2af3

Please sign in to comment.