Skip to content

Commit

Permalink
chore(release): 1.2.6
Browse files Browse the repository at this point in the history
### [1.2.6](v1.2.5...v1.2.6) (2021-06-28)

### Bug Fixes

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

### [1.2.6](https://github.com/melink14/rikaikun/compare/v1.2.5...v1.2.6) (2021-06-28)

### Bug Fixes

- **dict:** Update dictionaries to latest versions. ([#566](https://github.com/melink14/rikaikun/issues/566)) ([6bd9ddb](https://github.com/melink14/rikaikun/commit/6bd9ddbabf18a093960230a52af79938e70b6295))

### [1.2.5](https://github.com/melink14/rikaikun/compare/v1.2.4...v1.2.5) (2021-06-21)

### 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": "1.2.5",
"version": "1.2.6",
"description": "rikaikun shows the reading and English definition of Japanese words when you hover over Japanese text in the browser.",
"icons": {
"48": "images/icon48.png",
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": "1.2.5",
"version": "1.2.6",
"description": "Chrome extension that provides Japanese to English translations when hovering over words.",
"private": true,
"engines": {
Expand Down

0 comments on commit b96864c

Please sign in to comment.