From e3c42ddde50fc90104a9f028ac92c9c252253012 Mon Sep 17 00:00:00 2001 From: filipewl <381395+filipewl@users.noreply.github.com> Date: Fri, 5 May 2023 16:37:38 +0000 Subject: [PATCH] Release v0.20.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc3740..1addc5f 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.20.0] - 2023-05-05 + ### Fixed - Bulgarian, German, English, Spanish, Korean, Portuguese and Romanian translations. diff --git a/manifest.json b/manifest.json index cd5b659..b6f12ff 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-image", - "version": "0.19.1", + "version": "0.20.0", "title": "VTEX Image", "description": "Set of VTEX components to handle images", "builders": { diff --git a/react/package.json b/react/package.json index 7519a50..a00c469 100644 --- a/react/package.json +++ b/react/package.json @@ -22,5 +22,5 @@ "vtex.slider-layout": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.slider-layout@0.22.0/public/@types/vtex.slider-layout", "vtex.store-image": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-image@0.14.1/public/@types/vtex.store-image" }, - "version": "0.19.1" + "version": "0.20.0" }