From 313e63e1f15c00c24522a78aa25f3e2443611b7d Mon Sep 17 00:00:00 2001 From: Kiko Date: Mon, 31 Aug 2020 18:40:34 +0000 Subject: [PATCH] chore(release): 1.0.9 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adbe22a..3a493a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.9](https://github.com/microlinkhq/lighthouse-viewer/compare/v1.0.8...v1.0.9) (2020-08-31) + ### [1.0.8](https://github.com/microlinkhq/lighthouse-viewer/compare/v1.0.7...v1.0.8) (2020-08-08) ### [1.0.7](https://github.com/microlinkhq/lighthouse-viewer/compare/v1.0.6...v1.0.7) (2020-07-19) diff --git a/package.json b/package.json index 3978bf3..b56d757 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lighthouse-viewer", "description": "Lighthouse Viewer as service", "homepage": "https://lighthouse-viewer.microlink.io", - "version": "1.0.8", + "version": "1.0.9", "main": "index.js", "author": { "email": "hello@microlink.io",