From 5c2a33b383d0dbe123b445aedf51966e9bf58bc1 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 18 Jan 2021 15:09:29 +0100 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821d93c..1c73e5d 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.1.0](https://github.com/microlinkhq/lighthouse-viewer/compare/v1.0.15...v1.1.0) (2021-01-18) + ### [1.0.15](https://github.com/microlinkhq/lighthouse-viewer/compare/v1.0.14...v1.0.15) (2020-10-21) ### [1.0.14](https://github.com/microlinkhq/lighthouse-viewer/compare/v1.0.13...v1.0.14) (2020-10-03) diff --git a/package.json b/package.json index 417f5b1..02049b7 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.15", + "version": "1.1.0", "main": "index.js", "author": { "email": "hello@microlink.io",