diff --git a/CHANGELOG.md b/CHANGELOG.md index ffcbdfff..f4de9b81 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.2](https://github.com/metonym/svelte-highlight/releases/tag/v7.4.2) - 2023-11-25 + +**Fixes** + +- Re-publish package with [provenance](https://docs.npmjs.com/generating-provenance-statements) + ## [7.4.1](https://github.com/metonym/svelte-highlight/releases/tag/v7.4.1) - 2023-10-13 **Fixes** diff --git a/package.json b/package.json index ae6227e3..31d75a67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-highlight", - "version": "7.4.1", + "version": "7.4.2", "license": "MIT", "description": "Syntax Highlighting for Svelte using highlight.js", "author": "Eric Liu (https://github.com/metonym)",