diff --git a/CHANGELOG.md b/CHANGELOG.md index 467359b..80a8cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.5](https://github.com/carbon-design-system/carbon-preprocess-svelte/releases/tag/v0.11.5) - 2024-07-28 + +**Fixes** + +- omit pretty printing component index to reduce package size + ## [0.11.4](https://github.com/carbon-design-system/carbon-preprocess-svelte/releases/tag/v0.11.4) - 2024-07-28 **Fixes** diff --git a/package.json b/package.json index 8e70f36..b6d925b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-preprocess-svelte", - "version": "0.11.4", + "version": "0.11.5", "license": "Apache-2.0", "description": "Svelte preprocessors for the Carbon Design System", "author": "Eric Liu (https://github.com/metonym)",