diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb9761..abc0774 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.10.0] - 2020-02-10 ### Changed - Content is loaded lazily. diff --git a/manifest.json b/manifest.json index 3a099b0..a90f587 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "telemarketing", - "version": "2.9.8", + "version": "2.10.0", "title": "VTEX Telemarketing", "defaultLocale": "pt-BR", "description": "The VTEX telemarketing app", diff --git a/react/package.json b/react/package.json index eeb5ca7..af2e2a3 100644 --- a/react/package.json +++ b/react/package.json @@ -36,5 +36,5 @@ "tslint-config-vtex": "^2.0.0", "tslint-eslint-rules": "^5.4.0" }, - "version": "2.9.8" + "version": "2.10.0" }