Skip to content

Commit e054551

Browse files
authored
Release Version 1.20.2 (#1294)
* docs: add changelog * chore: update deps * docs: update node.js version on documentation
1 parent 26abe7c commit e054551

File tree

4 files changed

+957
-23484
lines changed

4 files changed

+957
-23484
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.20.2] - 2024-05-16
9+
10+
### Fixed
11+
12+
- Fix: #1255 fix notification not included in snap binary (#1281)
13+
- Fix: Monika sends null request body as string null (#1293)
14+
15+
### Changed
16+
17+
- Docs: #1260 deprecate ping request (#1288)
18+
- Docs: #1289 add docker guide for apple silicon (#1290)
19+
820
## [1.20.1] - 2024-05-06
921

1022
### Fixed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can find many ways to install Monika and how to start monitoring from the [Q
1313
## Contributing
1414

1515
Monika is a Node.js application written in TypeScript using the [oclif framework](https://oclif.io/).
16-
It was developed on **node v18 (LTS)**, and **npm v9**.
16+
It was developed on **node 20 (LTS)**, and **npm v10**.
1717

1818
To start developing, clone this repository, then install the dependencies:
1919

0 commit comments

Comments
 (0)