Version Bump (2.0.8)

This commit is contained in:
Nemo 2019-09-14 18:34:15 +05:30
parent b65cdcd96f
commit 1fb80d24cd
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG
# 2.0.0
- Bumps puppeteer to `1.20.0`
# 2.0.7
- Bumps puppeteer to `1.18.0`

View File

@ -1,6 +1,6 @@
# prometheus-act-exporter
[![](https://images.microbadger.com/badges/version/captn3m0/prometheus-act-exporter:2.0.7.svg)](https://microbadger.com/images/captn3m0/prometheus-act-exporter:2.0.7) [![npm version](https://badge.fury.io/js/prometheus-act-exporter.svg)](https://badge.fury.io/js/prometheus-act-exporter) [![License: WTFPL](https://img.shields.io/badge/License-WTFPL-blue.svg)](http://www.wtfpl.net/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![](https://images.microbadger.com/badges/version/captn3m0/prometheus-act-exporter:2.0.8.svg)](https://microbadger.com/images/captn3m0/prometheus-act-exporter:2.0.8) [![npm version](https://badge.fury.io/js/prometheus-act-exporter.svg)](https://badge.fury.io/js/prometheus-act-exporter) [![License: WTFPL](https://img.shields.io/badge/License-WTFPL-blue.svg)](http://www.wtfpl.net/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
Exposes your current ACT FUP usage as prometheus metrics. Scrapes the data from the ACT Portal website by using puppeteer.

View File

@ -1,6 +1,6 @@
{
"name": "prometheus-act-exporter",
"version": "2.0.7",
"version": "2.0.8",
"description": "Exports ACT Fibernet data usage as prometheus metrics",
"main": "index.js",
"scripts": {