Skip to content

Commit 6dc7114

Browse files
committed
chore: v3.1.12
1 parent 56f6120 commit 6dc7114

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.1.12](https://github.com/WeBankFinTech/fes.js/compare/v3.1.11...v3.1.12) (2024-05-30)
2+
3+
4+
### Features
5+
6+
* plugin-access中导出hasAccessSync方法 ([56f6120](https://github.com/WeBankFinTech/fes.js/commit/56f6120f889a88b37760db029faa597597572831))
7+
8+
9+
110
## [3.1.11](https://ssh.github.com:443/WeBankFinTech/fes.js/compare/v3.1.10...v3.1.11) (2024-05-24)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fes.js",
33
"type": "module",
4-
"version": "3.1.11",
4+
"version": "3.1.12",
55
"private": true,
66
"description": "一个好用的前端管理台快速开发框架",
77
"preferGlobal": true,

packages/fes-plugin-access/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fesjs/plugin-access",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "@fesjs/plugin-access",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)