From 1a221fd5ace90c06e3dc10de78b97f09a074beac Mon Sep 17 00:00:00 2001 From: Phara0h Date: Tue, 17 Nov 2020 13:39:26 -0500 Subject: [PATCH] 1.3.5 --- CHANGELOG.md | 10 ++++++++++ README.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0917c1..f3952d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.3.5](https://github.com/Phara0h/sky-puppy/compare/v1.3.4...v1.3.5) + +> 17 November 2020 + +##### [`ec30c55`](https://github.com/Phara0h/sky-puppy/commit/ec30c55cdaed1a4e7eee81dccef1ae388b92ee8a)Few fixes + +- Added date to each prom stats only when it was updated +- Fixed bug with version not showing in prom stats +- Fixed possible bug around alerts + #### [v1.3.4](https://github.com/Phara0h/sky-puppy/compare/v1.3.3...v1.3.4) > 4 November 2020 diff --git a/README.md b/README.md index 237799b..eb75bd9 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,16 @@ Sky Puppy looks for a file called `sky-puppy-config.json` in the folder it is ra All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.3.5](https://github.com/Phara0h/sky-puppy/compare/v1.3.4...v1.3.5) + +> 17 November 2020 + +##### [`ec30c55`](https://github.com/Phara0h/sky-puppy/commit/ec30c55cdaed1a4e7eee81dccef1ae388b92ee8a)Few fixes + +- Added date to each prom stats only when it was updated +- Fixed bug with version not showing in prom stats +- Fixed possible bug around alerts + #### [v1.3.4](https://github.com/Phara0h/sky-puppy/compare/v1.3.3...v1.3.4) > 4 November 2020 diff --git a/package.json b/package.json index 4155e6c..8588e43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sky-puppy", - "version": "1.3.4", + "version": "1.3.5", "description": "A easy to use reliable health checking service with Prometheus export", "main": "./src/index.js", "scripts": {