diff --git a/CHANGELOG.md b/CHANGELOG.md index 132a1cb..0dff5ee 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] +## [0.26.9] - 2021-08-25 + ### Fixed - Available and unavailable content text wasn't being translated. So, formatedIOMessage was added to AddtoCartButton. diff --git a/manifest.json b/manifest.json index 3ae9fd5..265c1cd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "add-to-cart-button", - "version": "0.26.8", + "version": "0.26.9", "title": "Add to Cart Button", "description": "A button component to add items into the shopping cart.", "builders": { diff --git a/react/package.json b/react/package.json index bd5cd1e..76569c2 100644 --- a/react/package.json +++ b/react/package.json @@ -1,5 +1,5 @@ { - "version": "0.26.8", + "version": "0.26.9", "scripts": { "lint": "tsc --noEmit && eslint --quiet --fix --ext ts,tsx .", "test": "vtex-test-tools test"