diff --git a/CHANGELOG.md b/CHANGELOG.md index 611e91c04..e31fa08f8 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] +## [7.6.4] - 2018-11-19 + ### Fixed - **Toggle** Fixes styling when it's `semantic` and `disabled` simultaneously diff --git a/manifest.json b/manifest.json index b709eb491..51288f7e1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "styleguide", - "version": "7.6.3", + "version": "7.6.4", "title": "VTEX Styleguide", "description": "The VTEX Styleguide components for the Render framework", "builders": { diff --git a/package.json b/package.json index 5c14f1007..0303e2023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/styleguide", - "version": "7.6.3", + "version": "7.6.4", "scripts": { "test": "react-scripts test --env=jsdom", "test:codemod": "jest codemod",