From b72cd9b8c99b884ed25a8ca42b201914167cca27 Mon Sep 17 00:00:00 2001 From: Mark Bouslog Date: Thu, 18 Jan 2024 16:55:13 -0600 Subject: [PATCH 1/2] v9.1.7 changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58998f0..227a1f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v9.1.7](https://github.com/zooniverse/markdownz/tree/v9.1.7) (2024-01-18) +Dependency updates. Remove `markdown-it-html5-embed` and replace it with `lib/html5-embed`. Update tests. + +## What's Changed +* Upgrade markdown-it (and plugins) to ESM (with CJS fallbacks) by @eatyourgreens in https://github.com/zooniverse/markdownz/pull/237 +* [Security] Remove markdown-it-html5-embed by @eatyourgreens in https://github.com/zooniverse/markdownz/pull/245 + +**Full Changelog**: https://github.com/zooniverse/markdownz/compare/v9.1.6...v9.1.7 + ## [v9.1.6](https://github.com/zooniverse/markdownz/tree/v9.1.6) (2023-11-30) Dependency updates. From 4092222a11181e511972a7d0fca63a2c93f53985 Mon Sep 17 00:00:00 2001 From: Mark Bouslog Date: Thu, 18 Jan 2024 16:58:59 -0600 Subject: [PATCH 2/2] 9.1.7 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44afc93..2c9fce4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdownz", - "version": "9.1.6", + "version": "9.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdownz", - "version": "9.1.6", + "version": "9.1.7", "license": "Apache-2.0", "dependencies": { "@twemoji/api": "~15.0.3", diff --git a/package.json b/package.json index 15a965d..eacae22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownz", - "version": "9.1.6", + "version": "9.1.7", "description": "Markdown viewer and editor for the Zooniverse", "main": "lib/cjs/index.js", "module": "lib/esm/index.js",