From 217a05310f6f5192fb10603ce582d229e116881c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Feb 2021 09:43:23 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/LeoVS09/mind-history-extension/compare/v1.0.0...v1.1.0) (2021-02-09) ### Bug Fixes * **background:** fix saving page meta data when loading complete ([1e7face](https://github.com/LeoVS09/mind-history-extension/commit/1e7face1c6fed0563555af2da6597c3971d35ee9)) * **graph-page:** prevent favicons loading blocking by CORS policies ([1c2a7f1](https://github.com/LeoVS09/mind-history-extension/commit/1c2a7f1d30088b6c907f78de43aa8da83b719442)) * **graph-page:** resolve warning from cytoscape when not have favicon url ([0109760](https://github.com/LeoVS09/mind-history-extension/commit/0109760bd62dd8556029ff173dd67317eaec12c4)) * **graph-page:** unblock only specified urls ([7a406dd](https://github.com/LeoVS09/mind-history-extension/commit/7a406dda7b3f7fe06323ee73e615d9a79955d040)) ### Features * **graph-page:** expand graph visible area to full page ([f8a829c](https://github.com/LeoVS09/mind-history-extension/commit/f8a829c78dc0195b1fc54783074fe8a96f6c7c93)) * **graph-page:** truncate long page labels in graph ([6d6c00f](https://github.com/LeoVS09/mind-history-extension/commit/6d6c00f6db9f15999c596eb110f78dabdf6f10d6)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e10736..0f8b4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.1.0](https://github.com/LeoVS09/mind-history-extension/compare/v1.0.0...v1.1.0) (2021-02-09) + + +### Bug Fixes + +* **background:** fix saving page meta data when loading complete ([1e7face](https://github.com/LeoVS09/mind-history-extension/commit/1e7face1c6fed0563555af2da6597c3971d35ee9)) +* **graph-page:** prevent favicons loading blocking by CORS policies ([1c2a7f1](https://github.com/LeoVS09/mind-history-extension/commit/1c2a7f1d30088b6c907f78de43aa8da83b719442)) +* **graph-page:** resolve warning from cytoscape when not have favicon url ([0109760](https://github.com/LeoVS09/mind-history-extension/commit/0109760bd62dd8556029ff173dd67317eaec12c4)) +* **graph-page:** unblock only specified urls ([7a406dd](https://github.com/LeoVS09/mind-history-extension/commit/7a406dda7b3f7fe06323ee73e615d9a79955d040)) + + +### Features + +* **graph-page:** expand graph visible area to full page ([f8a829c](https://github.com/LeoVS09/mind-history-extension/commit/f8a829c78dc0195b1fc54783074fe8a96f6c7c93)) +* **graph-page:** truncate long page labels in graph ([6d6c00f](https://github.com/LeoVS09/mind-history-extension/commit/6d6c00f6db9f15999c596eb110f78dabdf6f10d6)) + # 1.0.0 (2021-01-10) diff --git a/package.json b/package.json index 6706e24..91583eb 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mind-history-extension", - "version": "1.0.2", + "version": "1.1.0", "description": "Browser extension for organise pages", "license": "GPL-3.0-or-later", "repository": { @@ -100,4 +100,4 @@ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } -} \ No newline at end of file +}