Skip to content

Commit

Permalink
Release Version 1.20.2 (#1294)
Browse files Browse the repository at this point in the history
* docs: add changelog

* chore: update deps

* docs: update node.js version on documentation
  • Loading branch information
haricnugraha authored May 16, 2024
1 parent 26abe7c commit e054551
Show file tree
Hide file tree
Showing 4 changed files with 957 additions and 23,484 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.20.2] - 2024-05-16

### Fixed

- Fix: #1255 fix notification not included in snap binary (#1281)
- Fix: Monika sends null request body as string null (#1293)

### Changed

- Docs: #1260 deprecate ping request (#1288)
- Docs: #1289 add docker guide for apple silicon (#1290)

## [1.20.1] - 2024-05-06

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can find many ways to install Monika and how to start monitoring from the [Q
## Contributing

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

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

Expand Down
Loading

0 comments on commit e054551

Please sign in to comment.