Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
## [2.1.0](v2.0.1...v2.1.0) (2021-07-20)

### Features

* **css:** Move popup themes into a single file using CSS variables ([#623](#623)) ([75241b5](75241b5)), closes [#222](#222)
* **popup:** Explicilty sets rikaikun to horizontal writing mode ([#624](#624)) ([5fae815](5fae815)), closes [#613](#613)
* Set `offline_enabled` to true in extension manifest ([#612](#612)) ([202aeac](202aeac)), closes [#429](#429)

### Bug Fixes

* **dict:** Update dictionaries to latest versions. ([#620](#620)) ([9a67cb1](9a67cb1))
  • Loading branch information
semantic-release-bot committed Jul 20, 2021
1 parent 9a67cb1 commit f3b8424
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ consistently version releases as follows:
- Minor: New user visible feature added. (contains feat commits)
- Patch: Bug fix to previous feature. (contains only fix commits)

## [2.1.0](https://github.com/melink14/rikaikun/compare/v2.0.1...v2.1.0) (2021-07-20)

### Features

- **css:** Move popup themes into a single file using CSS variables ([#623](https://github.com/melink14/rikaikun/issues/623)) ([75241b5](https://github.com/melink14/rikaikun/commit/75241b53278678ba178000b0889130483195449f)), closes [#222](https://github.com/melink14/rikaikun/issues/222)
- **popup:** Explicilty sets rikaikun to horizontal writing mode ([#624](https://github.com/melink14/rikaikun/issues/624)) ([5fae815](https://github.com/melink14/rikaikun/commit/5fae815f5f3671517eeaf0baadb51672361aacc8)), closes [#613](https://github.com/melink14/rikaikun/issues/613)
- Set `offline_enabled` to true in extension manifest ([#612](https://github.com/melink14/rikaikun/issues/612)) ([202aeac](https://github.com/melink14/rikaikun/commit/202aeac1849904927d7f1f1269476b8f8f2a1777)), closes [#429](https://github.com/melink14/rikaikun/issues/429)

### Bug Fixes

- **dict:** Update dictionaries to latest versions. ([#620](https://github.com/melink14/rikaikun/issues/620)) ([9a67cb1](https://github.com/melink14/rikaikun/commit/9a67cb1fdf529b4587e58d2db72ce03412c29e66))

### [2.0.1](https://github.com/melink14/rikaikun/compare/v2.0.0...v2.0.1) (2021-07-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "rikaikun",
"version": "2.0.1",
"version": "2.1.0",
"minimum_chrome_version": "80",
"description": "rikaikun shows the reading and English definition of Japanese words when you hover over Japanese text in the browser.",
"icons": {
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": "rikaikun",
"version": "2.0.1",
"version": "2.1.0",
"description": "Chrome extension that provides Japanese to English translations when hovering over words.",
"private": true,
"engines": {
Expand Down

0 comments on commit f3b8424

Please sign in to comment.