Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Oct 11, 2019
1 parent 0939313 commit 1e6904a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,5 @@

# 2.7.0

- [#129] fix overwrite logs in cluster mode (@EllieSummer)
- [#90] Fixed typo by changing GMT-1 to GMT+1 to match the tz (@nitrocode)
6 changes: 3 additions & 3 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "pm2-logrotate",
"version": "2.6.0",
"version": "2.7.0",
"description": "Module to rotate logs of every pm2 application",
"main": "app.js",
"dependencies": {
"graceful-fs": "^4.1.11",
"graceful-fs": "^4.2.2",
"moment-timezone": "^0.5.11",
"node-schedule": "^1.1.1",
"node-schedule": "^1.3.1",
"pm2": "latest",
"pmx": "latest"
},
Expand Down
File renamed without changes.

0 comments on commit 1e6904a

Please sign in to comment.