Skip to content

Commit b984aec

Browse files
authored
update changelog (#446)
1 parent 900143f commit b984aec

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
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.6.2] - 2021-09-28
9+
10+
### Fixed
11+
12+
- Fix undefined app version when not running use npm (#432)
13+
- Fix a TLS check issue with domain objects (#433)
14+
- Fix resolve default config as array (#438)
15+
- Fix Notification was sent when no state transition happen (#445)
16+
17+
### Added
18+
19+
- isEmpty alert query helper (#435)
20+
- documentation for status notification schedule (#436)
21+
22+
### Changed
23+
24+
- make probe request response interface leaner (#439)
25+
826
## [1.6.1] - 2021-09-22
927

1028
### Added

package-lock.json

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

0 commit comments

Comments
 (0)