Skip to content

Commit

Permalink
chore: v3.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Nov 11, 2023
1 parent e556fc3 commit fb54913
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.0.19](https://github.com/WeBankFinTech/fes.js/compare/v3.0.17...v3.0.19) (2023-11-11)


### Bug Fixes

* 添加默认 responseType 配置 ([2e01629](https://github.com/WeBankFinTech/fes.js/commit/2e0162984a34f52e4f1f02be5d660105ea479986))
* 修复vite构建时public下的html文件无法正常访问问题 ([#221](https://github.com/WeBankFinTech/fes.js/issues/221)) ([e556fc3](https://github.com/WeBankFinTech/fes.js/commit/e556fc342eeb061f84082e3969a74200e11b6601))



## [3.0.18](https://github.com/WeBankFinTech/fes.js/compare/v3.0.17...v3.0.18) (2023-11-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": "fes.js",
"version": "3.0.18",
"version": "3.0.19",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-builder-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/builder-vite",
"version": "3.0.3",
"version": "3.0.4",
"description": "@fesjs/builder-vite",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fes-plugin-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/plugin-request",
"version": "4.0.0-beta.6",
"version": "4.0.0-rc.1",
"description": "@fesjs/plugin-request",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit fb54913

Please sign in to comment.