Skip to content

Commit

Permalink
feat(release): v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhongbin committed Jul 29, 2022
1 parent 0f36ce3 commit adcb1e5
Show file tree
Hide file tree
Showing 3 changed files with 1,342 additions and 324 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

## bugfixes
+ 修正 `jscheck` 不支持兼容 eslint 使用的问题
+ 修正 babel 版本告知问题

# 2.3.5
## Features
Expand Down
4 changes: 2 additions & 2 deletions packages/emp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@efox/emp",
"version": "2.4.2",
"version": "2.4.3",
"description": "emp",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"author": "Ken",
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/core": "7.18.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.9",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
Expand Down
Loading

0 comments on commit adcb1e5

Please sign in to comment.