From bd8f68ed1054a8425b940e1f3195062a9e71b1e1 Mon Sep 17 00:00:00 2001 From: Nico Prananta Date: Mon, 27 Jun 2022 22:40:52 +0200 Subject: [PATCH] update changelog for 1.8.1 (#736) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7e13470..3b584e66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,32 @@ 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.8.1] - 2022-06-7 + +## Fixed + +- Fix not running all requests in the Postman collection (#731) +- Fix dockerfile and docs (#717) +- Add docker tag when pushing image to dockerhub (#704) +- Fix Mailgen Emails Breaks in iOS Email App when there is more than 1 recipients (#699) +- Docs: fix wrong options in docs workflow (#686) +- Docs: responsive table of content placement (#702) (#733) +- Docs: Fix docs build error (#734) +- Docs: Fix documentations erros (#732) +- Docs: Add missing entries to Table of Content (#729) +- Docs: Search Algolia error on mobile view (#728) +- Docs: Add Missing Documentation (#718) +- Docs: fix search-popup (#721) + +## Updated + +- Docs: Show list of integrations in the landing page (#707) +- Docs: Add Notification contributing how-to (#703) + +## Removed + +- Remove deprecated cli-ux and oclif packages (#693) + ## [1.8.0] - 2022-06-06 ## Added diff --git a/package-lock.json b/package-lock.json index 0bde84020..41215c119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hyperjumptech/monika", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hyperjumptech/monika", - "version": "1.8.0", + "version": "1.8.1", "license": "MIT", "dependencies": { "@alicloud/dingtalk": "^1.3.53", diff --git a/package.json b/package.json index 042ef68e7..95a979941 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hyperjumptech/monika", "description": "Synthetic monitoring made easy", - "version": "1.8.0", + "version": "1.8.1", "license": "MIT", "author": "@hyperjumptech", "main": "lib/index.js",