From 61bfa4e256f62ae3bca0495935aad942f7114d8f Mon Sep 17 00:00:00 2001
From: carolinamenezes <60782333+carolinamenezes@users.noreply.github.com>
Date: Tue, 4 Jan 2022 21:39:49 +0000
Subject: [PATCH] Release v2.1.5

---
 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 b067279..6d7a0c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ## [Unreleased]
 
+## [2.1.5] - 2022-01-04
+
 ### Fixed
 - Blocked search indexing with the `noindex` tag
 
diff --git a/manifest.json b/manifest.json
index 9222e9d..bdf3aa3 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
   "vendor": "vtex",
   "name": "docs-ui",
-  "version": "2.1.4",
+  "version": "2.1.5",
   "title": "VTEX IO Docs UI",
   "description": "VTEX IO Docs UI",
   "builders": {
diff --git a/react/package.json b/react/package.json
index 857a8a6..2dfed87 100644
--- a/react/package.json
+++ b/react/package.json
@@ -1,6 +1,6 @@
 {
   "name": "vtex.docs-ui",
-  "version": "2.1.4",
+  "version": "2.1.5",
   "scripts": {
     "lint": "tsc --noEmit && eslint --ext ts,tsx .",
     "lint:locales": "intl-equalizer",