diff --git a/CHANGELOG.md b/CHANGELOG.md index 412fa9e..13a1e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1](https://github.com/the-markup/blacklight-collector/compare/@themarkup/blacklight-collector@3.2.0...@themarkup/blacklight-collector@3.2.1) (2024-08-05) + ## [3.2.0](https://github.com/the-markup/blacklight-collector/compare/@themarkup/blacklight-collector@3.0.3...@themarkup/blacklight-collector@3.2.0) (2024-07-22) ### [3.0.3](https://github.com/the-markup/blacklight-collector/compare/@themarkup/blacklight-collector@3.0.2...@themarkup/blacklight-collector@3.0.3) (2023-08-18) diff --git a/package-lock.json b/package-lock.json index 4f61aa2..c8fad1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@themarkup/blacklight-collector", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@themarkup/blacklight-collector", - "version": "3.2.0", + "version": "3.2.1", "license": "https://github.com/the-markup/blacklight-collector#licensing", "dependencies": { "@cliqz/adblocker-puppeteer": "^1.31.1", diff --git a/package.json b/package.json index fbd3b0b..b4e666e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@themarkup/blacklight-collector", - "version": "3.2.0", + "version": "3.2.1", "description": "A real-time website privacy inspector.", "main": "build/index.js", "scripts": {