Skip to content

Commit 97e8e3e

Browse files
authored
release: version 1.20.0 (#1273)
1 parent f9611db commit 97e8e3e

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.20.0] - 2024-04-18
9+
10+
### Added
11+
12+
Feat: Configurable Follow HTTP Redirect for Probe Requests (#1270)
13+
feat(node.js fetch): #1268 implement redirect for fetch (#1271)
14+
15+
### Fixed
16+
17+
fix(http): handle axios error code UNABLE_TO_VERIFY_LEAF_SIGNATURE (#1267)
18+
819
## [1.19.2] - 2024-04-01
920

1021
### Fixed

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

0 commit comments

Comments
 (0)