diff --git a/CHANGELOG.md b/CHANGELOG.md index aaed165..10909b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed +- Adding `removeToWishlist` to EventName type ## [1.8.0] - 2021-04-19 ### Added diff --git a/react/PixelEventTypes.ts b/react/PixelEventTypes.ts index 2436cad..fec991d 100644 --- a/react/PixelEventTypes.ts +++ b/react/PixelEventTypes.ts @@ -25,6 +25,7 @@ export type EventName = | 'promotionClick' | 'promoView' | 'removeFromCart' + | 'removeToWishlist' | 'sendPayments' | 'newsletterSubscription'