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",