Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-02-09)

### Bug Fixes

* **background:** fix saving page meta data when loading complete ([1e7face](1e7face))
* **graph-page:** prevent favicons loading blocking by CORS policies ([1c2a7f1](1c2a7f1))
* **graph-page:** resolve warning from cytoscape when not have favicon url ([0109760](0109760))
* **graph-page:** unblock only specified urls ([7a406dd](7a406dd))

### Features

* **graph-page:** expand graph visible area to full page ([f8a829c](f8a829c))
* **graph-page:** truncate long page labels in graph ([6d6c00f](6d6c00f))
  • Loading branch information
semantic-release-bot committed Feb 9, 2021
1 parent a32b89a commit 217a053
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -100,4 +100,4 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
}

0 comments on commit 217a053

Please sign in to comment.