Skip to content

Commit

Permalink
chore: release v0.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Feb 15, 2023
1 parent c37b795 commit c6cf5d6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.3.21](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v0.3.20...v0.3.21) (2023-02-15)


### Bug Fixes

* **build:** empty-import-meta warning ([#13](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/13)) ([3a8e854](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/3a8e854e06a40273d54d78f3140395adb2e5b731))
* TS6307: File '/xxx/vite-plugin-mock-dev-server/package.json' is not listed within the file list of project '/xxx/vite-plugin-mock-dev-server/tsconfig.esm.json'. Projects must list all files or use an 'include' pattern. ([8a4ae76](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/8a4ae762728162fb988ec7f431f393944842063f))


### Features

* **validator:** supports referer query ([a11db47](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/a11db47eced4668ffc606abc6e491d5365ef65cd))



## [0.3.20](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v0.3.19...v0.3.20) (2023-02-08)


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-dev-server",
"version": "0.3.20",
"version": "0.3.21",
"keywords": [
"vite",
"plugin",
Expand Down

0 comments on commit c6cf5d6

Please sign in to comment.