diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf06d69..075cc703 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.137.1] - 2024-10-08 + ### Fixed - Thai translation diff --git a/manifest.json b/manifest.json index 96ba659b..f6e7405a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store", - "version": "2.137.0", + "version": "2.137.1", "title": "VTEX Store", "description": "The VTEX basic store.", "builders": { diff --git a/react/package.json b/react/package.json index 26a17445..a780179d 100644 --- a/react/package.json +++ b/react/package.json @@ -56,5 +56,5 @@ "jest-environment-jsdom": "^26.0.0", "node-notifier": "^8.0.1" }, - "version": "2.137.0" + "version": "2.137.1" }