From 5d08bbbbad84a1d281beb754482921a3af101fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Wed, 7 Aug 2019 14:39:08 +0200 Subject: [PATCH] Version 1.7.2 + Update japanese translation by @Shitennouji --- .gitignore | 17 +++++++++++++++++ CHANGELOG.md | 9 +++++++++ manifest.json | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d73af56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# See https://help.github.com/ignore-files/ for more about ignoring files. + +# dependencies +/node_modules + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env +npm-debug.log* +yarn-debug.log* +yarn-error.log* \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9f689..89279a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.2] - 2019-08-07 + +### Compatibility note +- Require Firefox >= 55 +- Require Chrome >= 22 + +### Changed +- Update japanese translation by [@Shitennouji](https://gitlab.com/Shitennouji) + ## [1.7.1] - 2019-08-04 ### Compatibility note diff --git a/manifest.json b/manifest.json index 5ef6e5f..498f404 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.7.1", + "version": "1.7.2", "author": "Kevin R.", "description": "Remove tracking elements from URLs.", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",