Skip to content

Commit 5a995a5

Browse files
committed
v7.6.1
1 parent 86a0448 commit 5a995a5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [7.6.0](https://github.com/metonym/svelte-highlight/releases/tag/v7.6.0) - 2025-02-05
8+
## [7.6.1](https://github.com/metonym/svelte-highlight/releases/tag/v7.6.1) - 2024-05-15
9+
10+
**Fixes**
11+
12+
- avoid self-closing tag in `LineNumbers` to address Svelte 5 warning
13+
14+
## [7.6.0](https://github.com/metonym/svelte-highlight/releases/tag/v7.6.0) - 2024-02-05
915

1016
**Features**
1117

1218
- add `--langtag-top`, `--langtag-right` style props
1319

14-
## [7.5.0](https://github.com/metonym/svelte-highlight/releases/tag/v7.5.0) - 2025-02-01
20+
## [7.5.0](https://github.com/metonym/svelte-highlight/releases/tag/v7.5.0) - 2024-02-01
1521

1622
**Features**
1723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-highlight",
3-
"version": "7.6.0",
3+
"version": "7.6.1",
44
"license": "MIT",
55
"description": "Svelte component library for highlighting code using highlight.js",
66
"author": "Eric Liu (https://github.com/metonym)",

0 commit comments

Comments
 (0)