diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a6813..243b5d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.50.0] - 2024-09-05 ### Added - `splitItem` in `updateItems` mutation diff --git a/manifest.json b/manifest.json index 6f5be3e..f194b06 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "checkout-resources", - "version": "0.49.0", + "version": "0.50.0", "title": "Checkout Resources", "description": "Checkout Resources", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 9595d7b..7073953 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-resources", - "version": "0.49.0", + "version": "0.50.0", "private": true, "license": "UNLICENSED", "scripts": {