Skip to content

Commit

Permalink
Release 3.5.0 (#5060)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Nov 14, 2022
1 parent 6de5cba commit 4ef6535
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 34 deletions.
30 changes: 0 additions & 30 deletions .autod.conf.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
node-version: [ 14, 16, 18, 19 ]
node-version: [ 14, 16, 18 ]
steps:
- name: Checkout Git Source
uses: actions/checkout@master
Expand Down
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# History

## 2022-11-15, Version 3.5.0 @fengmk2

### Notable Changes

* **features**
* Auto disable cluster-client heartbeat checker on debug mode

### Commits

* [[`6de5cba5d`](http://github.com/eggjs/egg/commit/6de5cba5d0d02d09e9e6ee71f9e7b1cb3d65c24e)] - feat: disable cluster-client heartbeat on debug mode (#5059) (sinkhaha <<1468709106@qq.com>>)

## 2022-11-07, Version 3.4.0 @fengmk2

### Notable Changes
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
"antd": "^4.23.2",
"assert-extends": "^1.0.1",
"assert-file": "^1.0.0",
"autod": "^3.1.2",
"autod-egg": "^1.1.0",
"coffee": "^5.4.0",
"dumi": "^1.1.47",
"dumi-theme-egg": "^1.2.2",
Expand Down Expand Up @@ -109,7 +107,6 @@
"site:dev": "APP_ROOT=./site dumi dev",
"site:build": "APP_ROOT=./site dumi build",
"site:prettier": "prettier --config site/.prettierrc --ignore-path site/.prettierignore --write \"site/**/*.{js,jsx,tsx,ts,less,md,json}\"",
"autod": "autod",
"puml": "puml . --dest ./site",
"commits": "./scripts/commits.sh"
},
Expand Down

0 comments on commit 4ef6535

Please sign in to comment.