diff --git a/CHANGELOG.md b/CHANGELOG.md index 8735f94..206ef2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.2.1] - 2019-10-24 + ## [0.2.0] - 2019-10-22 ### Added - New `ImageList` component that uses `list-context`. diff --git a/manifest.json b/manifest.json index b2ad19d..c590009 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-image", - "version": "0.2.0", + "version": "0.2.1", "title": "VTEX Image", "description": "Set of VTEX components to handle images", "builders": { diff --git a/react/package.json b/react/package.json index 276f817..8030f20 100644 --- a/react/package.json +++ b/react/package.json @@ -22,5 +22,5 @@ "vtex.render-runtime": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.render-runtime@8.64.0/public/_types/react", "vtex.native-types": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.native-types@0.5.0/public/_types/react" }, - "version": "0.1.0" + "version": "0.2.1" }