From 45a713ae91e99443a33b5fa05d46b70312455b17 Mon Sep 17 00:00:00 2001 From: matticbot Date: Wed, 2 Dec 2020 01:38:19 +0000 Subject: [PATCH] chore(release): 1.19.0 [skip ci] # [1.19.0](https://github.com/Automattic/newspack-popups/compare/v1.18.0...v1.19.0) (2020-12-02) ### Bug Fixes * do not render popups with 'never' frequency ([f1c80f3](https://github.com/Automattic/newspack-popups/commit/f1c80f30da73f40750aec54ba80b143899f47ae7)) ### Features * report segmentation-related data as custom dimension to GA ([#325](https://github.com/Automattic/newspack-popups/issues/325)) ([648b70b](https://github.com/Automattic/newspack-popups/commit/648b70ba4155dc7f74b7485c3d5fbf98b2e2a482)), closes [#259](https://github.com/Automattic/newspack-popups/issues/259) * **segmentation:** segment size computation ([#324](https://github.com/Automattic/newspack-popups/issues/324)) ([c152cd9](https://github.com/Automattic/newspack-popups/commit/c152cd9889140e6bfd6731e14ba8a279e84087bc)) * prune segmentation data ([c11c686](https://github.com/Automattic/newspack-popups/commit/c11c686ffd30940d042f354576ec3bc160d20db1)), closes [#251](https://github.com/Automattic/newspack-popups/issues/251) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d95be194..97280a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ * do not render popups with 'never' frequency ([f1c80f3](https://github.com/Automattic/newspack-popups/commit/f1c80f30da73f40750aec54ba80b143899f47ae7)) +### Features + +* report segmentation-related data as custom dimension to GA ([#325](https://github.com/Automattic/newspack-popups/issues/325)) ([648b70b](https://github.com/Automattic/newspack-popups/commit/648b70ba4155dc7f74b7485c3d5fbf98b2e2a482)), closes [#259](https://github.com/Automattic/newspack-popups/issues/259) +* **segmentation:** segment size computation ([#324](https://github.com/Automattic/newspack-popups/issues/324)) ([c152cd9](https://github.com/Automattic/newspack-popups/commit/c152cd9889140e6bfd6731e14ba8a279e84087bc)) +* prune segmentation data ([c11c686](https://github.com/Automattic/newspack-popups/commit/c11c686ffd30940d042f354576ec3bc160d20db1)), closes [#251](https://github.com/Automattic/newspack-popups/issues/251) + +# [1.19.0](https://github.com/Automattic/newspack-popups/compare/v1.18.0...v1.19.0) (2020-12-02) + + +### Bug Fixes + +* do not render popups with 'never' frequency ([f1c80f3](https://github.com/Automattic/newspack-popups/commit/f1c80f30da73f40750aec54ba80b143899f47ae7)) + + ### Features * report segmentation-related data as custom dimension to GA ([#325](https://github.com/Automattic/newspack-popups/issues/325)) ([648b70b](https://github.com/Automattic/newspack-popups/commit/648b70ba4155dc7f74b7485c3d5fbf98b2e2a482)), closes [#259](https://github.com/Automattic/newspack-popups/issues/259)