Skip to content

Commit

Permalink
Release: Version 1.18.0 (#1245)
Browse files Browse the repository at this point in the history
* release: version 1.18.0

* fix: install node-pre-gyp

* fix: set prefer-object-has-own lint rule as warning

* fix: make oclif core version fixed
  • Loading branch information
haricnugraha authored Mar 7, 2024
1 parent e01a62d commit a069bae
Show file tree
Hide file tree
Showing 4 changed files with 1,819 additions and 1,285 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"perfectionist/sort-union-types": "off",
"prefer-arrow-callback": "warn",
"prefer-destructuring": "warn",
"prefer-object-has-own": "warn",
"unicorn/no-await-expression-member": "warn",
"unicorn/no-empty-file": "warn",
"unicorn/no-useless-promise-resolve-reject": "warn",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.18.0] - 2024-03-07

### Added

- Add --experimental-fetch as toggle feature (#1240).

### Fixed

- Fix Monika multi node implementation (#1233).
- Fix the disabled failed probe is not retrying when it encounters an incident after enabling it (#1242).

### Changed

- Upgrade to Node to v20.x (#1235)

## [1.17.0] - 2024-01-10

### Added
Expand Down
Loading

0 comments on commit a069bae

Please sign in to comment.