From 5a0bf34e71a69c3470e35aac196a0768c869601a Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Sun, 29 May 2022 17:21:29 +0200 Subject: [PATCH] Release 1.6.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e22d40a..180b5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.5.0](https://github.com/metalsmith/markdown/compare/v1.4.0...v1.5.0) + +> 21 March 2022 + +- chore: update marked@2.1.0 to marked@4.0.12 [`#57`](https://github.com/metalsmith/markdown/pull/57) +- Update debug to ^4.3.4 [`3b6b861`](https://github.com/metalsmith/markdown/commit/3b6b861fca5802e54ca3e7a49c865ced6fd4c5d2) +- feat: export named plugin [`b9aaa0f`](https://github.com/metalsmith/markdown/commit/b9aaa0fd2dfe5a83b71233dc94c29f472b79be5e) + #### [v1.4.0](https://github.com/metalsmith/markdown/compare/v1.3.0...v1.4.0) > 12 December 2021 diff --git a/package-lock.json b/package-lock.json index 46cd001..bfd86b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/markdown", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/markdown", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index edfa1c0..ac87455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/markdown", - "version": "1.5.0", + "version": "1.6.0", "description": "A Metalsmith plugin to render markdown files to HTML", "keywords": [ "markdown",