From 41c9832b72c8eff5495755f9498c1711f730cc54 Mon Sep 17 00:00:00 2001 From: metonym Date: Tue, 14 Feb 2023 15:10:17 -0800 Subject: [PATCH] v7.2.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e324e1b3..02033951 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.2.0](https://github.com/metonym/svelte-highlight/releases/tag/v7.2.0) - 2023-02-14 + +**Features** + +- support highlighted lines in `LineNumbers` through the `highlightedLines` prop + ## [7.1.2](https://github.com/metonym/svelte-highlight/releases/tag/v7.1.2) - 2023-01-01 **Fixes** diff --git a/package.json b/package.json index 006ee756..adc8942b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-highlight", - "version": "7.1.2", + "version": "7.2.0", "license": "MIT", "description": "Syntax Highlighting for Svelte using highlight.js", "author": "Eric Liu (https://github.com/metonym)",