Skip to content

Commit 1954309

Browse files
authored
docs: add release note and changelog (#294)
1 parent 2639694 commit 1954309

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.4.1] - 2021-07-27
9+
10+
### Added
11+
12+
- Add google analytics with consent
13+
- Add Prometheus Metric Server
14+
- Add HAR file config definition
15+
- Add support for postman config file
16+
- Add termination notif
17+
- Write config file from har or postman
18+
19+
### Fixed
20+
21+
- Cleanup log display in comand line (CLI)
22+
- Move validate response to core plugin
23+
- Fix iphone se 2 visuals on zoomed ui
24+
- Move notification and store from probe to event emitter
25+
- Fix throw error when bad id
26+
- Add dockerignore to reduce size
27+
- Fix footer deadlink
28+
- Fix undefined bug in CLI logs
29+
30+
### Changed
31+
32+
- Change favicons
33+
834
## [1.4.0] - 2021-06-30
935

1036
### Added

package-lock.json

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

0 commit comments

Comments
 (0)