diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e7fcb..1b495e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.9.6] - 2020-12-15 ### Fixed - Product Dispatch context. diff --git a/manifest.json b/manifest.json index 3a8d238..5c1ecf4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "product-context", "vendor": "vtex", - "version": "0.9.5", + "version": "0.9.6", "title": "VTEX Product Context", "description": "", "settingsSchema": {}, diff --git a/react/package.json b/react/package.json index 6825134..1fede28 100644 --- a/react/package.json +++ b/react/package.json @@ -13,5 +13,5 @@ "typescript": "3.9.7", "vtex.render-runtime": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.render-runtime@8.62.2/public/_types/react" }, - "version": "0.9.5" + "version": "0.9.6" }