Skip to content

Commit 538bc5a

Browse files
Release/1.13.1 (#890)
* feat: upload checksum (#5) * Update changelog * 1.13.1
1 parent 06e0744 commit 538bc5a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.13.1] - 2022-09-22
9+
10+
## Fixed
11+
12+
- Fix: Cannot compile alerts query (#887)
13+
814
## [1.13.0] - 2022-09-19
915

1016
## Added

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperjumptech/monika",
33
"description": "Synthetic monitoring made easy",
4-
"version": "1.13.0",
4+
"version": "1.13.1",
55
"license": "MIT",
66
"author": "@hyperjumptech",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)