From 487361b971054bbe924a9980c17d4bf3d0d25516 Mon Sep 17 00:00:00 2001 From: sangalli <11515359+sangalli@users.noreply.github.com> Date: Fri, 10 Dec 2021 19:07:54 +0000 Subject: [PATCH] Release v2.9.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- react/package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4276d4..9a9fa8f 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] +## [2.9.1] - 2021-12-10 + ### Fixed - Show error message when gateway callback returns an error response. diff --git a/manifest.json b/manifest.json index 0fc66b9..e1cb705 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "checkout", - "version": "2.9.0", + "version": "2.9.1", "title": "Checkout UI", "description": "Checkout UI for the Store Framework", "defaultLocale": "pt-BR", diff --git a/node/package.json b/node/package.json index 17529ac..4705b6d 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout", - "version": "2.9.0", + "version": "2.9.1", "private": true, "license": "UNLICENSED", "scripts": { diff --git a/react/package.json b/react/package.json index 8afdbf5..9d4774c 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout", - "version": "2.9.0", + "version": "2.9.1", "private": true, "scripts": { "test": "vtex-test-tools test",