Skip to content

Commit 0a3ca6d

Browse files
authored
update changelog for 1.12.1 (#874)
1 parent 33f5360 commit 0a3ca6d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.12.1] - 2022-09-02
9+
10+
## Fixed
11+
12+
- Monika doesn't save requests to local db and can't send report to Symon (#873)
13+
- Pause probing when cannot report to Symon (#870)
14+
- Docs: Grammar in docs (#868)
15+
16+
## Updated
17+
18+
- Request and response in verbose mode (#844)
19+
820
## [1.12.0] - 2022-08-29
921

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

0 commit comments

Comments
 (0)