From af0e71bfe99cee8f3c7801cc7c306a20d8149047 Mon Sep 17 00:00:00 2001 From: CRIMX Date: Mon, 4 Mar 2019 21:49:40 +0800 Subject: [PATCH] chore(release): 6.25.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3c0520d..13e857752 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.25.1](https://github.com/crimx/ext-saladict/compare/v6.25.0...v6.25.1) (2019-03-04) + + +### Bug Fixes + +* firefox style error ([8256e63](https://github.com/crimx/ext-saladict/commit/8256e63)) +* **dicts:** omit cookies ([3b6d1a8](https://github.com/crimx/ext-saladict/commit/3b6d1a8)), closes [#312](https://github.com/crimx/ext-saladict/issues/312) +* correct lang selection ([86add32](https://github.com/crimx/ext-saladict/commit/86add32)) + + + # [6.25.0](https://github.com/crimx/ext-saladict/compare/v6.24.4...v6.25.0) (2019-03-02) diff --git a/package.json b/package.json index 6848584d4..cc0b0b40a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saladict", - "version": "6.25.0", + "version": "6.25.1", "description": "Chrome extension and Firefox WebExtension, inline translator powered by mutiple online dictionaries", "private": true, "scripts": {