From 0462c352222209d2e5cbcd9dda853c9915791aa3 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Mon, 27 May 2019 14:31:50 -0300 Subject: [PATCH] Release v2.23.0 --- CHANGELOG.md | 2 ++ manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ef7745..63f210a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.23.0] - 2019-05-27 ### Added - Send cart events to Pixel Manager when updating quantity of product. diff --git a/manifest.json b/manifest.json index 2d6cce3f..5fcbc9f7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.22.0", + "version": "2.23.0", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", @@ -23,4 +23,4 @@ "vtex.pixel-manager": "0.x" }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" -} \ No newline at end of file +}