Skip to content

Commit

Permalink
Bump 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed Sep 12, 2018
1 parent b323154 commit 5dbded4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ app.listen(8082);
* 修正了 [issue#73](https://github.com/hyj1991/easy-monitor/issues/73) 提供的 bug
* 会导致某些场景下的 cpu profile 序列化时出错

**v2.2.4:**

* 修正了 [issue#81](https://github.com/hyj1991/easy-monitor/issues/81) 提供的 bug
* Node 10 下编译 v8-profiler-node8 失败

## V. 单元 & 覆盖率测试

git clone 下本项目并且安装完毕 dependence 依赖后,执行如下命令进行单元测试:
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": "easy-monitor",
"version": "2.2.3",
"version": "2.2.4",
"description": "a node.js performance analysis tool",
"main": "index.js",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions src_logic/dashboard/public/document/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ Easy-Monitor 旨在帮助大家更深入的理解自己的 Node 项目进程,
* 修正了 [issue#73](https://github.com/hyj1991/easy-monitor/issues/73) 提供的 bug
* 会导致某些场景下的 cpu profile 序列化时出错

**v2.2.4:**

* 修正了 [issue#81](https://github.com/hyj1991/easy-monitor/issues/81) 提供的 bug
* Node 10 下编译 v8-profiler-node8 失败

## **II. 快速开始**

### - 安装模块
Expand Down
2 changes: 1 addition & 1 deletion src_logic/dashboard/public/document/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <a href="#">Easy-Monitor <small>v2.2.3</small></a>
# <a href="#">Easy-Monitor <small>v2.2.4</small></a>

> 轻量级实时 Node.js 内核性能监控分析工具
Expand Down

0 comments on commit 5dbded4

Please sign in to comment.