Skip to content

Commit

Permalink
Bump 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed Sep 25, 2018
1 parent cacd072 commit cff45c8
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 @@ -171,6 +171,11 @@ app.listen(8082);
* 修正了 [issue#81](https://github.com/hyj1991/easy-monitor/issues/81) 提供的 bug
* Node 10 下编译 v8-profiler-node8 失败

**v2.2.5:**

* 修正了 [issue#85](https://github.com/hyj1991/easy-monitor/issues/85) 提供的 bug
* 开启了 auth 但是未启用 admin 账号下,保存一次配置信息后会出现没有权限操作的提示

## 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.4",
"version": "2.2.5",
"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 @@ -116,6 +116,11 @@ Easy-Monitor 旨在帮助大家更深入的理解自己的 Node 项目进程,
* 修正了 [issue#81](https://github.com/hyj1991/easy-monitor/issues/81) 提供的 bug
* Node 10 下编译 v8-profiler-node8 失败

**v2.2.5:**

* 修正了 [issue#85](https://github.com/hyj1991/easy-monitor/issues/85) 提供的 bug
* 开启了 auth 但是未启用 admin 账号下,保存一次配置信息后会出现没有权限操作的提示

## **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.4</small></a>
# <a href="#">Easy-Monitor <small>v2.2.5</small></a>

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

0 comments on commit cff45c8

Please sign in to comment.