Skip to content

Commit

Permalink
chore(release): 6.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Dec 4, 2018
1 parent 76b8210 commit ad947e1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

<a name="6.22.0"></a>
# [6.22.0](https://github.com/crimx/ext-saladict/compare/v6.21.2...v6.22.0) (2018-12-04)


### Bug Fixes

* generate styles for all selected dicts ([1de0599](https://github.com/crimx/ext-saladict/commit/1de0599))
* highlight window and tab is exist ([840c085](https://github.com/crimx/ext-saladict/commit/840c085)), closes [#251](https://github.com/crimx/ext-saladict/issues/251)
* **dicts:** add id when searching ([246c9af](https://github.com/crimx/ext-saladict/commit/246c9af))
* inject panel to every page on install ([f108f2e](https://github.com/crimx/ext-saladict/commit/f108f2e))
* **manifest:** make dicts styles web accessible ([2bc0dff](https://github.com/crimx/ext-saladict/commit/2bc0dff))


### Features

* **dicts:** add dict Hjdict ([76b8210](https://github.com/crimx/ext-saladict/commit/76b8210)), closes [#252](https://github.com/crimx/ext-saladict/issues/252)
* **helpers:** add lang check ([5375f67](https://github.com/crimx/ext-saladict/commit/5375f67))


### Performance Improvements

* **dicts:** only load necessary styles ([e15fbdd](https://github.com/crimx/ext-saladict/commit/e15fbdd))



<a name="6.21.2"></a>
## [6.21.2](https://github.com/crimx/ext-saladict/compare/v6.21.1...v6.21.2) (2018-11-28)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saladict",
"version": "6.21.2",
"version": "6.22.0",
"description": "Chrome extension and Firefox WebExtension, inline translator powered by mutiple online dictionaries",
"private": true,
"scripts": {
Expand Down

0 comments on commit ad947e1

Please sign in to comment.