Skip to content

Commit 1d0c76d

Browse files
committed
pm2@2.10.4
1 parent 067446f commit 1d0c76d

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

.changelogrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"intro": "",
55
"branch" : "master",
66
"repo_url": "https://github.com/Unitech/pm2",
7-
"version_name" : "v2.10.3",
8-
"tag": "2.10.2",
7+
"version_name" : "2.10.4",
8+
"tag": "2.10.3",
99
"file": "currentTagChangelog.md",
1010
"template": "changelogTemplate.md",
1111
"sections": [

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 2.10.4 ( Thu May 17 2018 14:32:40 GMT+0200 (CEST) )
2+
3+
4+
## Bug Fixes
5+
- #3645 throttle startup
6+
([d529f675](https://github.com/Unitech/pm2/commit/d529f675d0240777cba95442ba35205c370cdb43))
7+
8+
9+
10+
11+
## Chore
12+
- update issue and PR templates to use comments to hide instructions in the frontend
13+
([9e0180ed](https://github.com/Unitech/pm2/commit/9e0180eddab071916144ad7008817bd6aef1c8ce))
14+
15+
16+
17+
18+
## Pull requests merged
19+
- Merge pull request #3664 from DanielRuf/chore/update-issue-pr-templates
20+
([067446f2](https://github.com/Unitech/pm2/commit/067446f2133ba7f761b0ad3c9f3692b167affd8b))
21+
22+
123
## v2.10.3 ( Fri Apr 27 2018 11:42:16 GMT+0200 (CEST) )
224

325

@@ -22,7 +44,7 @@
2244
([438e3030](https://github.com/Unitech/pm2/commit/438e303013e82ecc199cb68d018144cde8a0b2e6))
2345
- Merge pull request #3532 from N-Nagorny/logs-smart-app-name-cutting
2446
([067c18e6](https://github.com/Unitech/pm2/commit/067c18e601aca4fac10101a7c23cc4c3525ad776))
25-
47+
2648

2749

2850
## v2.10.1 ( Mon Feb 26 2018 11:38:18 GMT+0100 (CET) )

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pm2",
33
"preferGlobal": true,
4-
"version": "2.10.3",
4+
"version": "2.10.4",
55
"engines": {
66
"node": ">=0.12"
77
},

0 commit comments

Comments
 (0)