Skip to content

Commit

Permalink
Bump 2.2.6-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed Oct 25, 2018
1 parent 1b2d22f commit 45ee0b4
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 @@ -176,6 +176,11 @@ app.listen(8082);
* 修正了 [issue#85](https://github.com/hyj1991/easy-monitor/issues/85) 提供的 bug
* 开启了 auth 但是未启用 admin 账号下,保存一次配置信息后会出现没有权限操作的提示

**v2.2.6:**

* 修正了 [issue#89](https://github.com/hyj1991/easy-monitor/issues/89) 提供的 bug
* 配置虚拟路径转发后,d3.js 没有正确重定向

## 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.5",
"version": "2.2.6-rc.0",
"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 @@ -121,6 +121,11 @@ Easy-Monitor 旨在帮助大家更深入的理解自己的 Node 项目进程,
* 修正了 [issue#85](https://github.com/hyj1991/easy-monitor/issues/85) 提供的 bug
* 开启了 auth 但是未启用 admin 账号下,保存一次配置信息后会出现没有权限操作的提示

**v2.2.6:**

* 修正了 [issue#89](https://github.com/hyj1991/easy-monitor/issues/89) 提供的 bug
* 配置虚拟路径转发后,d3.js 没有正确重定向

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

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

0 comments on commit 45ee0b4

Please sign in to comment.