From 6ef2518dbb510a1949de3a45574c46169714c419 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:28:18 -0400 Subject: [PATCH] v4.1.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2331741..13aad62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +Version 9 of Highlight.js has reached EOL and is no longer supported. +Please upgrade or ask whatever dependency you are using to upgrade. +https://github.com/highlightjs/highlight.js/issues/2877 + +## v4.1.1 (2023-10-31) + +#### :bug: Bug Fix +* [#313](https://github.com/ember-cli/broccoli-terser-sourcemap/pull/313) fix: Fix sourcemap file lookup ([@mydea](https://github.com/mydea)) + +#### :house: Internal +* [#315](https://github.com/ember-cli/broccoli-terser-sourcemap/pull/315) Setup release automation ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 3 +- Francesco Novy ([@mydea](https://github.com/mydea)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + ## v4.1.0 (2020-09-08) #### :rocket: Enhancement diff --git a/package.json b/package.json index 365c880..436de64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-terser-sourcemap", - "version": "4.1.0", + "version": "4.1.1", "description": "Broccoli filter to minify files with terser while preserving their sourcemaps.", "homepage": "https://github.com/ember-cli/broccoli-terser-sourcemap#readme", "bugs": {