Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Oct 30, 2020
1 parent a927cdf commit e618d1f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v1.0.2](https://github.com/Phara0h/sky-puppy/compare/v1.0.1...v1.0.2)

> 30 October 2020
- Added sky-puppy-checker-template to tests and readme [`a927cdf`](https://github.com/Phara0h/sky-puppy/commit/a927cdf104bb2f8acf7baa99485ebd2135d2427c)

#### [v1.0.1](https://github.com/Phara0h/sky-puppy/compare/v1.0.0...v1.0.1)

> 30 October 2020
Expand Down
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -15,6 +15,15 @@ npm install -g sky-puppy
sky-puppy
```

## Checkers

##### Test
- [sky-puppy-checker-template](https://github.com/Phara0h/sky-puppy-checker-template) : A Sky Puppy template to use to create your own checkers

##### HTTP/HTTPS
- request (native)


## Sample Config

Sky Puppy looks for a file called `sky-puppy-config.json` in the folder it is ran at.
Expand Down Expand Up @@ -126,6 +135,12 @@ 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.0.2](https://github.com/Phara0h/sky-puppy/compare/v1.0.1...v1.0.2)

> 30 October 2020
- Added sky-puppy-checker-template to tests and readme [`a927cdf`](https://github.com/Phara0h/sky-puppy/commit/a927cdf104bb2f8acf7baa99485ebd2135d2427c)

#### [v1.0.1](https://github.com/Phara0h/sky-puppy/compare/v1.0.0...v1.0.1)

> 30 October 2020
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sky-puppy",
"version": "1.0.1",
"version": "1.0.2",
"description": "A easy to use reliable health checking service with Prometheus export",
"main": "./src/index.js",
"scripts": {
Expand Down

0 comments on commit e618d1f

Please sign in to comment.