Skip to content

Commit

Permalink
Release/1.15.0 (#976)
Browse files Browse the repository at this point in the history
* Update changelog

* 1.15.0
  • Loading branch information
dennypradipta authored Jan 20, 2023
1 parent 0e782c0 commit 31768fa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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.15.0] - 2023-01-20

## Added

- Report Limit and Report Interval Flags in Symon Mode (#961)

## Changed

- Use Node.js v16 for all release version of Monika (#968)
- SymonClient: Use Bree for Reporting to Symon (#972)

## Updated

- Improve History Log Type (#965)
- Improve Monika config type (#964)
- Add Monika flags type (#963)

## Fixed

- Fix GitHub checks warnings (#966)
- Make MSW Run on Node.js v18 (#967)
- Monika crashes when send incident/recovery event (#960)

## [1.14.1] - 2022-12-12

## Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperjumptech/monika",
"description": "Synthetic monitoring made easy",
"version": "1.14.1",
"version": "1.15.0",
"license": "MIT",
"author": "@hyperjumptech",
"main": "lib/index.js",
Expand Down

0 comments on commit 31768fa

Please sign in to comment.