diff --git a/CHANGELOG.md b/CHANGELOG.md index f13f306..ad7765c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.14.4] - 2023-11-17 + ### Fixes - Locales substring start index diff --git a/manifest.json b/manifest.json index 2b6090f..db5687c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "reviews-and-ratings", "vendor": "vtex", - "version": "3.14.3", + "version": "3.14.4", "title": "Reviews and Ratings", "description": "admin/reviews.reviewsandratings.description", "builders": { diff --git a/react/package.json b/react/package.json index a1e3540..f03f315 100644 --- a/react/package.json +++ b/react/package.json @@ -40,5 +40,5 @@ "vtex.store": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store@2.127.0/public/@types/vtex.store", "vtex.tenant-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.tenant-graphql@0.1.2/public/@types/vtex.tenant-graphql" }, - "version": "3.14.3" + "version": "3.14.4" }