Skip to content

Commit

Permalink
Release: Update Change Log and Update Version to 1.15.10 (#1141)
Browse files Browse the repository at this point in the history
* release: update change log and update minor version

* ci: fix ci

* docs: update changelog

* docs: change the date
  • Loading branch information
haricnugraha authored Oct 17, 2023
1 parent 2ebb7db commit a8b884c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.10 2023-10-17

## Fixed

Fix: Fail to Connect to Symon (#1144)

## Changed

Hide IP and Geolocation by default (#1090)
CI: remove unneeded step (#1143)
Refactor: Increase Request Timeout When Getting Probes from Symon (#1139)
Refactor: Upgrade Oclif to Version 2 (#1138)

## 1.15.9 2023-10-06

## Fixed
Expand Down
6 changes: 3 additions & 3 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.15.9",
"version": "1.15.10",
"license": "MIT",
"author": "@hyperjumptech",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperjumptech/monika-notification",
"version": "1.15.7",
"version": "1.15.10",
"description": "notification package for monika",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit a8b884c

Please sign in to comment.