diff --git a/CHANGELOG.md b/CHANGELOG.md index e16c55d..ddd0279 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] + +## [1.0.1] - 2024-01-08 ### Fixed - Support for blockClass prop from Site Editor content. diff --git a/manifest.json b/manifest.json index 4a71cbc..ec83f00 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "css-handles", - "version": "1.0.0", + "version": "1.0.1", "title": "CSS Handles", "description": "Utility for creating CSS Handles on store components", "builders": { diff --git a/react/package.json b/react/package.json index 254cf6f..1fe8e90 100644 --- a/react/package.json +++ b/react/package.json @@ -17,5 +17,5 @@ "typescript": "3.9.7", "vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.124.3/public/@types/vtex.render-runtime" }, - "version": "1.0.0" + "version": "1.0.1" }