diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a22d4e..a49bc306 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.90.1] - 2020-03-05 ### Changed - NetworkStatusToast is now dismissable. - Slight performance improvements on NetworkStatusToast. diff --git a/manifest.json b/manifest.json index ac89e0ed..6ff4f9fc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store", - "version": "2.90.0", + "version": "2.90.1", "title": "VTEX Store", "description": "The VTEX basic store.", "builders": { diff --git a/react/package.json b/react/package.json index 82bca5a3..9ff3fe8d 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "react-intl": "3.9.1", "typescript": "3.7.3" }, - "version": "2.90.0" + "version": "2.90.1" }