Skip to content

Commit 8c3dc1a

Browse files
authored
update changelog and version (#941)
1 parent a7a80e3 commit 8c3dc1a

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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.14.0] - 2022-11-07
9+
10+
## Added
11+
12+
- Add Mariaor MySQL DB probe (#928)
13+
- Add Atlassian Statuspage integration (#919)
14+
15+
## Updated
16+
17+
- Make timeout explicit for all probe and http requests (#917)
18+
- Enable no-useless-catch rule (#935)
19+
20+
## Fixed
21+
22+
- Sending notifications when Monika is started (#934)
23+
- Parses integer to string (#929)
24+
- Auto PR JSON schema workflow (#926)
25+
826
## [1.13.3] - 2022-10-17
927

1028
## 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.3",
4+
"version": "1.14.0",
55
"license": "MIT",
66
"author": "@hyperjumptech",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)