diff --git a/CHANGELOG.md b/CHANGELOG.md index 405da438..2d47271f 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.4.5](https://github.com/metonym/svelte-highlight/releases/tag/v7.4.5) - 2023-12-16 + +**Fixes** + +- map `./*.svelte` files correctly in `package.json` exports + ## [7.4.4](https://github.com/metonym/svelte-highlight/releases/tag/v7.4.4) - 2023-12-16 **Fixes** diff --git a/package.json b/package.json index 10d8ad3e..34c9779b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-highlight", - "version": "7.4.4", + "version": "7.4.5", "license": "MIT", "description": "Svelte component library for highlighting code using highlight.js", "author": "Eric Liu (https://github.com/metonym)",