diff --git a/docs/changelog.md b/docs/changelog.md index 0c8446a155f..d197457b2b7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,12 +1,9 @@ -## Update v0.16.0 - 18.05.2024 +## Update v0.15.0 - 18.05.2024 1. Added support for RPZ format and Unbound. [#25](https://github.com/sefinek24/Sefinek-Blocklist-Collection/issues/26) 2. Added a new blocklist `gambling/TrustPositif/gambling-indonesia.fork.txt`. [#26](https://github.com/sefinek24/Sefinek-Blocklist-Collection/issues/25) 3. The scripts responsible for generating block lists have been significantly improved 4. Other quality fixes. -## Update v0.15.0 - 13.05.2024 -1. Sorry, but I don't remember. - ## Update v0.14.0 - 10.03.2024 1. The repository has been equipped with a [whitelist](../whitelists/main.txt). Domains or subdomains on this list will NEVER appear in the selected blocklists. 2. Blocklists have been organized by category (the links to these lists have been changed). diff --git a/package-lock.json b/package-lock.json index ef48c093e45..cabd5f33d76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sefinek-blocklist-collection", - "version": "0.16.0", + "version": "0.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sefinek-blocklist-collection", - "version": "0.16.0", + "version": "0.15.0", "license": "CC BY-NC 4.0", "dependencies": { "axios": "^1.6.8", diff --git a/package.json b/package.json index 1025d6b86ae..3dcf15fba17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sefinek-blocklist-collection", - "version": "0.16.0", + "version": "0.15.0", "description": "The best lists for your DNS server or ad blocker (Pi-hole, AdGuard, etc.). Your first and last reliable source, with no false positives and its own whitelist.", "main": "index.js", "scripts": {