From 2b0a3fad20285b433b5730a5cbab86c19dd6fcc5 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 30 Oct 2018 16:41:45 +0100 Subject: [PATCH] Release 1.1.6 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc27b2..7e3032d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.1.6 (2018-10-30) + +* fix(package): update got to version 9.1.0 ([c7b8a79](https://github.com/Kikobeats/is-tracking-domain/commit/c7b8a79)) +* fix(package): update got to version 9.2.0 ([e8e0f99](https://github.com/Kikobeats/is-tracking-domain/commit/e8e0f99)) +* fix(package): update got to version 9.3.0 ([8579021](https://github.com/Kikobeats/is-tracking-domain/commit/8579021)) +* Update package.json ([1d030e3](https://github.com/Kikobeats/is-tracking-domain/commit/1d030e3)) + + + ## 1.1.5 (2018-08-07) diff --git a/package.json b/package.json index 444af0c..7e1a77e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "is-tracking-domain", "description": "Determinate if a domain is a tracker", "homepage": "https://documentup.com/Kikobeats/is-tracking-domain", - "version": "1.1.5", + "version": "1.1.6", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",