Skip to content

Commit a5d5904

Browse files
Release 1.13.2 (#903)
1 parent 19a2b59 commit a5d5904

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.2] - 2022-09-29
9+
10+
## Added
11+
12+
- Added: Import from simple Text File
13+
- Added: Docs from Medium blog posts
14+
- Added: Push docker Image any version
15+
16+
## Fixed
17+
18+
- Fixed: edit search UI
19+
- Fixed: reduce complexity
20+
- Fixed: Change repository name on Docker Publish from Tag github workflow
21+
- Fixed: update workflow jq
22+
- Fixed: deprecationHandler and sanitizeProbe alert bugs
23+
824
## [1.13.1] - 2022-09-22
925

1026
## Fixed

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.1",
4+
"version": "1.13.2",
55
"license": "MIT",
66
"author": "@hyperjumptech",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)