From ae6719836860a91ba890c0cfdce30f6b21d12b8a Mon Sep 17 00:00:00 2001 From: Benjamin Menant Date: Mon, 30 Nov 2020 09:08:11 +0000 Subject: [PATCH] chore: release 3.60.0 # [3.60.0](https://github.com/dis-moi/extension/compare/v3.59.3...v3.60.0) (2020-11-30) ### Features * **matcher:** Allow to match a page based on its content ([af86d34](https://github.com/dis-moi/extension/commit/af86d3407b056855a82923742d31c694c3e24af6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa386c68..1dcefb4f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.60.0](https://github.com/dis-moi/extension/compare/v3.59.3...v3.60.0) (2020-11-30) + + +### Features + +* **matcher:** Allow to match a page based on its content ([af86d34](https://github.com/dis-moi/extension/commit/af86d3407b056855a82923742d31c694c3e24af6)) + ## [3.59.3](https://github.com/dis-moi/extension/compare/v3.59.2...v3.59.3) (2020-11-27) diff --git a/package.json b/package.json index 28a549d5a..6b3f26d70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dismoi-webextension", - "version": "3.59.3", + "version": "3.60.0", "description": "Bulles Recommendations web extensions using React+Redux.", "engines": { "node": ">=8"