Skip to content

Commit

Permalink
chore(release): 1.2.2
Browse files Browse the repository at this point in the history
### [1.2.2](v1.2.1...v1.2.2) (2021-05-31)

### Bug Fixes

* **dict:** Update dictionaries to latest versions. ([#533](#533)) ([bf906fa](bf906fa))
* **manifest:** Remove explicit reference to chrome in the short description ([#511](#511)) ([2dadd4a](2dadd4a))
  • Loading branch information
semantic-release-bot committed May 31, 2021
1 parent bf906fa commit 226791e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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.2](https://github.com/melink14/rikaikun/compare/v1.2.1...v1.2.2) (2021-05-31)

### Bug Fixes

- **dict:** Update dictionaries to latest versions. ([#533](https://github.com/melink14/rikaikun/issues/533)) ([bf906fa](https://github.com/melink14/rikaikun/commit/bf906fa0b5a8b43516bacdcae16d969e1f8e7710))
- **manifest:** Remove explicit reference to chrome in the short description ([#511](https://github.com/melink14/rikaikun/issues/511)) ([2dadd4a](https://github.com/melink14/rikaikun/commit/2dadd4a319c74e53bcd95e8d7751a61bea84acf7))

### [1.2.1](https://github.com/melink14/rikaikun/compare/v1.2.0...v1.2.1) (2021-05-24)

### 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.1",
"version": "1.2.2",
"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.1",
"version": "1.2.2",
"description": "Chrome extension that provides Japanese to English translations when hovering over words.",
"private": true,
"engines": {
Expand Down

0 comments on commit 226791e

Please sign in to comment.