diff --git a/CHANGELOG.md b/CHANGELOG.md index c9688cf..6c91ddc 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.24.2] - 2023-04-25 ### Fixed - Updated readme.md according to task LOC-10480. diff --git a/manifest.json b/manifest.json index 62315a6..cb0bb56 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "slider-layout", "vendor": "vtex", - "version": "0.24.1", + "version": "0.24.2", "title": "VTEX Slider-Layout", "description": "A React Slider component that works well in SPA and SSR", "mustUpdateAt": "2020-01-30", diff --git a/react/package.json b/react/package.json index 368ca42..be3dea7 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.slider-layout", - "version": "0.24.1", + "version": "0.24.2", "description": "A React Slider component that works well in SPA and SSR", "files": [ "react"