diff --git a/CHANGELOG.md b/CHANGELOG.md index d9bebcf..bd98fb8 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.3] - 2020-12-01 ### Fixed - Typings for `specificationGroups`. diff --git a/manifest.json b/manifest.json index 48630b3..2fbc0f6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "product-context", "vendor": "vtex", - "version": "0.9.2", + "version": "0.9.3", "title": "VTEX Product Context", "description": "", "settingsSchema": {}, diff --git a/react/package.json b/react/package.json index 9141bb4..4867e3a 100644 --- a/react/package.json +++ b/react/package.json @@ -12,5 +12,5 @@ "typescript": "3.8.3", "vtex.render-runtime": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.render-runtime@8.62.2/public/_types/react" }, - "version": "0.9.2" + "version": "0.9.3" }