From 42233d6182afb0eda3577b2b46bf6ff75b558b5c Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 28 Jul 2024 11:02:47 -0700 Subject: [PATCH] v0.11.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7f637..467359b 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.4](https://github.com/carbon-design-system/carbon-preprocess-svelte/releases/tag/v0.11.4) - 2024-07-28 + +**Fixes** + +- `optimizeCss`: do not remove custom `@font-face` rules if `preserveAllIBMFonts` is `false` + ## [0.11.3](https://github.com/carbon-design-system/carbon-preprocess-svelte/releases/tag/v0.11.3) - 2024-04-29 **Fixes** diff --git a/package.json b/package.json index 5b5f2f6..93525ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-preprocess-svelte", - "version": "0.11.3", + "version": "0.11.4", "license": "Apache-2.0", "description": "Svelte preprocessors for the Carbon Design System", "author": "Eric Liu (https://github.com/metonym)",