From 9c5ceb994c2b1bca869d20c50e619ed678e2c868 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Fri, 25 Feb 2022 07:20:02 -0800 Subject: [PATCH] v5.2.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf17b7c0..3bdd98f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## [5.2.2](https://github.com/metonym/svelte-highlight/releases/tag/v5.2.2) - 2022-02-25 + +- use default export from `highlight.js/lib/core.js` + ## [5.2.1](https://github.com/metonym/svelte-highlight/releases/tag/v5.2.1) - 2022-02-11 - remove whitespace from `pre`tags because Svelte v3.46.4 now preserves`pre` whitespace diff --git a/package.json b/package.json index aa62576f..7ce973ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-highlight", - "version": "5.2.1", + "version": "5.2.2", "license": "MIT", "description": "Syntax Highlighting for Svelte using highlight.js", "author": "Eric Liu (https://github.com/metonym)",