From 00a870ff45fb26bcc9dd6acdf3874bb098f68904 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Feb 2021 20:44:29 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/LeoVS09/mind-history-extension/compare/v1.1.0...v1.2.0) (2021-02-11) ### Bug Fixes * **graph layout:** zero branch mapping ([0b6f88d](https://github.com/LeoVS09/mind-history-extension/commit/0b6f88d4f2369cc7483a61dbfb69156199730cf4)) * **graph-layout:** fix layout rendering ([1893f92](https://github.com/LeoVS09/mind-history-extension/commit/1893f927839a995b2629b30c439d341c7aff291c)) ### Features * **graph layout:** align branches in timelines ([3abb9ff](https://github.com/LeoVS09/mind-history-extension/commit/3abb9ff9019ae336aea81c8129d42672f460df6b)) * **graph-layout:** use branches as horizontal axis ([d35fa6a](https://github.com/LeoVS09/mind-history-extension/commit/d35fa6a58cab29b7ac58eeb7f121efba0cc9b7b1)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f8b4cd..0a680a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.2.0](https://github.com/LeoVS09/mind-history-extension/compare/v1.1.0...v1.2.0) (2021-02-11) + + +### Bug Fixes + +* **graph layout:** zero branch mapping ([0b6f88d](https://github.com/LeoVS09/mind-history-extension/commit/0b6f88d4f2369cc7483a61dbfb69156199730cf4)) +* **graph-layout:** fix layout rendering ([1893f92](https://github.com/LeoVS09/mind-history-extension/commit/1893f927839a995b2629b30c439d341c7aff291c)) + + +### Features + +* **graph layout:** align branches in timelines ([3abb9ff](https://github.com/LeoVS09/mind-history-extension/commit/3abb9ff9019ae336aea81c8129d42672f460df6b)) +* **graph-layout:** use branches as horizontal axis ([d35fa6a](https://github.com/LeoVS09/mind-history-extension/commit/d35fa6a58cab29b7ac58eeb7f121efba0cc9b7b1)) + # [1.1.0](https://github.com/LeoVS09/mind-history-extension/compare/v1.0.0...v1.1.0) (2021-02-09) diff --git a/package.json b/package.json index 91583eb..0a5b25b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mind-history-extension", - "version": "1.1.0", + "version": "1.2.0", "description": "Browser extension for organise pages", "license": "GPL-3.0-or-later", "repository": {