Skip to content

Commit

Permalink
chore: upgrade version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Jul 5, 2018
1 parent f1963ab commit c2772c6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changelogrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"intro": "",
"branch" : "master",
"repo_url": "https://github.com/keymetrics/pm2-io-apm",
"version_name" : "2.0.2",
"version_name" : "2.0.3",
"tag": "2.0.1",
"file": "currentTagChangelog.md",
"template": "changelogTemplate.md",
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@

## 2.0.3 ( Thu Jul 05 2018 17:43:57 GMT+0200 (CEST) )


## Bug Fixes
- #137 catch exception if module is not install (avoid app to stop)
([d39bf5d4](https://github.com/keymetrics/pm2-io-apm/commit/d39bf5d4b1b03556d7feb66eb8f4650fe7c69281))
- #141 set default level of notify to info + clean some "pmx" words
([ceefc142](https://github.com/keymetrics/pm2-io-apm/commit/ceefc1429264bfb5417b3d0e0a8efd6df77fcc20))
- #141 set default level of notify to info + clean some "pmx" words
([8ac0d380](https://github.com/keymetrics/pm2-io-apm/commit/8ac0d3803c43dc327e52b8923c2b2929e51c5dce))


## Documentation
- add documentation about metrics() and actions() method
([5536739a](https://github.com/keymetrics/pm2-io-apm/commit/5536739a65850497181205726d87d0ccc62c8009))



## 2.0.2 ( Wed Jun 27 2018 12:05:52 GMT+0200 (CEST) )


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": "@pm2/io",
"version": "2.0.2",
"version": "2.0.3",
"description": "",
"main": "build/main/src/index.js",
"typings": "build/main/src/index.d.ts",
Expand Down

0 comments on commit c2772c6

Please sign in to comment.