From 18e85a4ebb3e7652342ad58f1f4598b1afb25d73 Mon Sep 17 00:00:00 2001
From: victorhmp <27777263+victorhmp@users.noreply.github.com>
Date: Tue, 13 Jul 2021 14:32:09 +0000
Subject: [PATCH] Release v1.24.0

---
 CHANGELOG.md       | 2 ++
 manifest.json      | 2 +-
 react/package.json | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b362165..d18e46a 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]
+
+## [1.24.0] - 2021-07-13
 ### Added
 - `installmentsCriteria` and `installmentOptionsFilter` props to `Installments` component.
 
diff --git a/manifest.json b/manifest.json
index 7e33850..c264243 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
   "vendor": "vtex",
   "name": "product-price",
-  "version": "1.23.0",
+  "version": "1.24.0",
   "title": "VTEX Product Price",
   "description": "Components used to show everything price related in the context of the product",
   "builders": {
diff --git a/react/package.json b/react/package.json
index 80205b6..637553d 100644
--- a/react/package.json
+++ b/react/package.json
@@ -32,5 +32,5 @@
     "vtex.product-summary-context": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.product-summary-context@0.7.1/public/@types/vtex.product-summary-context",
     "vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.128.4/public/@types/vtex.render-runtime"
   },
-  "version": "1.23.0"
+  "version": "1.24.0"
 }