Skip to content

Commit

Permalink
chore(release): 2.1.19
Browse files Browse the repository at this point in the history
### [2.1.19](v2.1.18...v2.1.19) (2021-11-29)

### Bug Fixes

* **dict:** Update dictionaries to latest versions ([#763](#763)) ([972e227](972e227))
* **update-db:** Correct typo in csv-parse sync library import ([#762](#762)) ([8529f12](8529f12))
  • Loading branch information
semantic-release-bot committed Nov 29, 2021
1 parent 972e227 commit c463245
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)

### [2.1.19](https://github.com/melink14/rikaikun/compare/v2.1.18...v2.1.19) (2021-11-29)

### Bug Fixes

- **dict:** Update dictionaries to latest versions ([#763](https://github.com/melink14/rikaikun/issues/763)) ([972e227](https://github.com/melink14/rikaikun/commit/972e2270e2d591a2710835ac5739e0a9667bf1fa))
- **update-db:** Correct typo in csv-parse sync library import ([#762](https://github.com/melink14/rikaikun/issues/762)) ([8529f12](https://github.com/melink14/rikaikun/commit/8529f1266d367e56b5eca7296cd7add9dbf4dd62))

### [2.1.18](https://github.com/melink14/rikaikun/compare/v2.1.17...v2.1.18) (2021-11-22)

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

0 comments on commit c463245

Please sign in to comment.