diff --git a/CHANGELOG.md b/CHANGELOG.md index 646f0087..ba8ab0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.6.0] - 2019-01-18 ### Changed - Update React builder to 3.x diff --git a/manifest.json b/manifest.json index b5a1c2b7..40786a3d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "vendor": "vtex", "name": "minicart", "title": "Mini Cart", - "version": "2.5.0", + "version": "2.6.0", "defaultLocale": "pt-BR", "builders": { "messages": "0.x", @@ -24,4 +24,4 @@ "vtex.styleguide": "8.x", "vtex.use-svg": "0.x" } -} \ No newline at end of file +}