diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7a163..c39135a 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.15.0] - 2024-05-23 + ### Fixed - Security vulnerabilities diff --git a/manifest.json b/manifest.json index db5687c..a710ae2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "reviews-and-ratings", "vendor": "vtex", - "version": "3.14.4", + "version": "3.15.0", "title": "Reviews and Ratings", "description": "admin/reviews.reviewsandratings.description", "builders": { diff --git a/react/package.json b/react/package.json index f03f315..b45f5b8 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.4" + "version": "3.15.0" }