diff --git a/CHANGELOG.md b/CHANGELOG.md index fc186afe..36b090ab 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.1.4](https://github.com/metonym/svelte-highlight/releases/tag/v5.1.4) - 2021-12-18 + +- recommend installing `highlight.js` as a dependency for pnpm users + ## [5.1.3](https://github.com/metonym/svelte-highlight/releases/tag/v5.1.3) - 2021-11-13 - patch `highlight.js` to version 11.3.1 diff --git a/package.json b/package.json index 0de6805d..5887c28f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-highlight", - "version": "5.1.3", + "version": "5.1.4", "license": "MIT", "description": "Syntax Highlighting for Svelte using highlight.js", "author": "Eric Liu (https://github.com/metonym)",