inc minor version, update README

This commit is contained in:
Konstantin Pogorelov
2017-07-11 13:21:06 +02:00
parent bbd62e34d6
commit 313673f16f
2 changed files with 4 additions and 2 deletions

View File

@@ -167,6 +167,8 @@ Here is meddleware config sample, which can be used in a standard **kraken.js**
## Changelog
* **3.1.0**
* upgrade **prom-client** to 10.0.0
* **3.0.0**
* upgrade dependencies, most notably **prom-client** to 9.0.0
* switch to koa v2 in koa unittest

View File

@@ -1,6 +1,6 @@
{
"name": "express-prom-bundle",
"version": "3.0.1",
"version": "3.1.0",
"description": "express middleware with popular prometheus metrics in one bundle",
"main": "src/index.js",
"keywords": [
@@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"on-finished": "^2.3.0",
"prom-client": "^10.0.0",
"prom-client": "^10.0.2",
"url-value-parser": "^1.0.0"
},
"devDependencies": {