diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f12275..8353a65 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.11.0] - 2021-05-05 + ### Added - I18n It, Fr, Ko and Nl. - Crowdin configuration file. diff --git a/manifest.json b/manifest.json index 3ea9ee0..bdf5341 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-image", - "version": "0.10.0", + "version": "0.11.0", "title": "VTEX Image", "description": "Set of VTEX components to handle images", "builders": { diff --git a/react/package.json b/react/package.json index 3d3edb1..21c25dd 100644 --- a/react/package.json +++ b/react/package.json @@ -21,5 +21,5 @@ "vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.126.4/public/@types/vtex.render-runtime", "vtex.slider-layout": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.slider-layout@0.16.0/public/@types/vtex.slider-layout" }, - "version": "0.10.0" + "version": "0.11.0" }