Skip to content

Commit 0647851

Browse files
sjanuaryhhellyer
authored andcommitted
Update version number and README.md for appmetrics 1.1.0 release (#298)
1 parent 137468b commit 0647851

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,9 +458,10 @@ The npm package for this project uses a semver-parsable X.0.Z version number for
458458
Non-release versions of this project (for example on github.com/RuntimeTools/appmetrics) will use semver-parsable X.0.Z-dev.B version numbers, where X.0.Z is the last release with Z incremented and B is an integer. For further information on the development process go to the [appmetrics wiki][3]: [Developing](https://github.com/RuntimeTools/appmetrics/wiki/Developing).
459459

460460
## Version
461-
1.0.13
461+
1.1.0
462462

463463
## Release History
464+
`1.1.0` - Bug fixes, improved MongoDB data, updated dependencies, CPU watchdog feature
464465
`1.0.13` - Express probe, strong-supervisor integration
465466
`1.0.12` - Appmetrics now fully open sourced under Apache 2.0 license
466467
`1.0.11` - Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appmetrics",
3-
"version": "1.0.14-dev",
3+
"version": "1.1.0",
44
"description": "Node Application Metrics",
55
"bin": {
66
"node-hc": "bin/appmetrics-cli.js"

0 commit comments

Comments
 (0)