Skip to content

Commit cab612b

Browse files
Release 1.13.3 (#921)
* feat: upload checksum (#5) * Update changelog * 1.13.3
1 parent 9c96b3a commit cab612b

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.13.3] - 2022-10-17
9+
10+
## Added
11+
12+
- Add PostgreSQL probe type (#892)
13+
- Add MongoDB Probe Request (#918)
14+
- Add new Notification Gotify (#916)
15+
- Add option to allow probing invalid ssl endpoint (#910)
16+
- Verify config file with json schema (#882)
17+
- Sonar-cloud workflow (#905)
18+
19+
## Fixed
20+
21+
- Repeating test failure (#909)
22+
- Update source path for sonar cloud (#911)
23+
- Test paths in SonarCloud workflow (#912)
24+
25+
## Updated:
26+
27+
- Update fake date test (#908)
28+
- Update sonar cloud project name (#915)
29+
- Update wget path (#920)
30+
31+
## Docs
32+
33+
- Update docs workflow (#904)
34+
- Update Algolia JSON (#906)
35+
836
## [1.13.2] - 2022-09-29
937

1038
## Added

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperjumptech/monika",
33
"description": "Synthetic monitoring made easy",
4-
"version": "1.13.2",
4+
"version": "1.13.3",
55
"license": "MIT",
66
"author": "@hyperjumptech",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)