From ae875e3535bc5bd1c932b0dcd0847b4cd6e63846 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 1 Feb 2024 20:50:04 -0800 Subject: [PATCH] v7.5.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7757e3b..95df1c9f 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). +## [7.5.0](https://github.com/metonym/svelte-highlight/releases/tag/v7.5.0) - 2025-02-01 + +**Features** + +- add `--langtag-padding` style prop + ## [7.4.8](https://github.com/metonym/svelte-highlight/releases/tag/v7.4.8) - 2024-01-04 **Fixes** diff --git a/package.json b/package.json index 7e1e1f65..6230b24d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-highlight", - "version": "7.4.8", + "version": "7.5.0", "license": "MIT", "description": "Svelte component library for highlighting code using highlight.js", "author": "Eric Liu (https://github.com/metonym)",