From 3c783dc9543abdfc90c6a31c69ed7ab695739960 Mon Sep 17 00:00:00 2001 From: dessant Date: Mon, 28 Sep 2020 11:34:23 +0300 Subject: [PATCH] chore(release): 3.2.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e41c7..ae1fbdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [3.2.0](https://github.com/dessant/clear-browsing-data/compare/v3.1.1...v3.2.0) (2020-09-28) + + +### Features + +* add support for Android ([30b5e88](https://github.com/dessant/clear-browsing-data/commit/30b5e8802b90661386e1e7782df20e0c993736e0)) +* support Chrome Incognito ([4dcc944](https://github.com/dessant/clear-browsing-data/commit/4dcc944241765acadb0bd43caac80bc99e577f33)) + + +### Bug Fixes + +* increase favicon size ([7b8c254](https://github.com/dessant/clear-browsing-data/commit/7b8c254f4da0b3e9fa90bbb1b6ffc8cc91a3c2aa)) + ### [3.1.1](https://github.com/dessant/clear-browsing-data/compare/v3.1.0...v3.1.1) (2019-12-19) diff --git a/package.json b/package.json index cc1f878..6be2aa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clear-browsing-data", - "version": "3.1.1", + "version": "3.2.0", "author": "Armin Sebastian", "repository": "https://github.com/dessant/clear-browsing-data", "license": "GPL-3.0-only",