diff --git a/CHANGELOG.md b/CHANGELOG.md index a87a9bd..22d429e 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] +## [1.10.1] - 2024-06-14 + ### Fixed - Hungarian translation. diff --git a/manifest.json b/manifest.json index fa2e141..5d6e407 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "order-details", - "version": "1.10.0", + "version": "1.10.1", "title": "Order Details Components", "description": "Components to display information on an order", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 4b3b8c2..7cf8bdd 100644 --- a/react/package.json +++ b/react/package.json @@ -44,5 +44,5 @@ "lint": "eslint --quiet --fix --ext ts,tsx .", "test": "vtex-test-tools test" }, - "version": "1.10.0" + "version": "1.10.1" }