From df840835366db97ab331172fb9eb308a226c3a97 Mon Sep 17 00:00:00 2001 From: undergroundwires-bot Date: Mon, 29 Jun 2020 20:29:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bumped=20to=200.4.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a70f3663..2edf1aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.4.7 (2020-06-30) + +* removed HKU tweak as all HKU's are changed #10 | [commit](https://github.com/undergroundwires/privacy.sexy/commit/c937af8ee7da9aa95131e56abf7bf24800390fe6) +* Fixed types + script in "Clear Windows log files" (#15) | [commit](https://github.com/undergroundwires/privacy.sexy/commit/461a4f122b342369db5cc08c5e30961c64e68cdd) + +[compare](https://github.com/undergroundwires/privacy.sexy/compare/0.4.6...0.4.7) + ## 0.4.6 (2020-06-16) * Fixed Some More Issues (#12) | [commit](https://github.com/undergroundwires/privacy.sexy/commit/52d5713a99422cdf900aba819e49e998abac33cc) diff --git a/package.json b/package.json index 591684ed..459a22d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "privacy.sexy", - "version": "0.4.6", + "version": "0.4.7", "private": true, "scripts": { "serve": "vue-cli-service serve",