diff --git a/CHANGELOG.md b/CHANGELOG.md index 300216354..b450cf0ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [6.23.1](https://github.com/crimx/ext-saladict/compare/v6.23.0...v6.23.1) (2019-01-28) + + +### Bug Fixes + +* **options:** fix reset related errors ([55654e0](https://github.com/crimx/ext-saladict/commit/55654e0)) +* **options:** wording ([8a47354](https://github.com/crimx/ext-saladict/commit/8a47354)) +* **panel:** correct init selection ([b4a13eb](https://github.com/crimx/ext-saladict/commit/b4a13eb)) + + + # [6.23.0](https://github.com/crimx/ext-saladict/compare/v6.22.8...v6.23.0) (2019-01-24) diff --git a/package.json b/package.json index 47de90d87..a00fb681d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saladict", - "version": "6.23.0", + "version": "6.23.1", "description": "Chrome extension and Firefox WebExtension, inline translator powered by mutiple online dictionaries", "private": true, "scripts": {