Skip to content

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
## [2.4.0](v2.3.5...v2.4.0) (2022-05-02)

### Features

* **deinflect:** Add logic to handle all inflections of the copula だ ([#988](#988)) ([52d30c5](52d30c5)), closes [#89](#89)

### Bug Fixes

* **dict:** Update dictionaries to latest versions ([#1004](#1004)) ([0c31844](0c31844))
  • Loading branch information
semantic-release-bot committed May 2, 2022
1 parent 0c31844 commit bd9f523
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ 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.4.0](https://github.com/melink14/rikaikun/compare/v2.3.5...v2.4.0) (2022-05-02)

### Features

- **deinflect:** Add logic to handle all inflections of the copula だ ([#988](https://github.com/melink14/rikaikun/issues/988)) ([52d30c5](https://github.com/melink14/rikaikun/commit/52d30c56089b09772bc1598799129986b7079fcd)), closes [#89](https://github.com/melink14/rikaikun/issues/89)

### Bug Fixes

- **dict:** Update dictionaries to latest versions ([#1004](https://github.com/melink14/rikaikun/issues/1004)) ([0c31844](https://github.com/melink14/rikaikun/commit/0c318449d40916c60bdf11db6b3b524b947d01c6))

### [2.3.5](https://github.com/melink14/rikaikun/compare/v2.3.4...v2.3.5) (2022-04-25)

### 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.3.5",
"version": "2.4.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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit bd9f523

Please sign in to comment.