diff --git a/CHANGELOG.md b/CHANGELOG.md index c55215b..42f464c 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.9] - 2021-03-30 ### Fixed - Fixed typing for assembly options diff --git a/manifest.json b/manifest.json index 5bebe4e..8cd543b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "product-context", "vendor": "vtex", - "version": "0.9.8", + "version": "0.9.9", "title": "VTEX Product Context", "description": "", "settingsSchema": {}, diff --git a/react/package.json b/react/package.json index 3bdf9d9..6008453 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.8" + "version": "0.9.9" }