From 845daa9221c3582a624a4531135f71144a6dba91 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Mon, 5 Jun 2023 22:31:58 +0200 Subject: [PATCH] Release 1.10.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5312a24..1fc2de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.9.2](https://github.com/metalsmith/markdown/compare/v1.9.1...v1.9.2) + +> 8 May 2023 + +- Fixes missing types and adds source maps to package [`78eaefc`](https://github.com/metalsmith/markdown/commit/78eaefc0190e41f7cf9e277fdf783b7b100b9fed) + #### [v1.9.1](https://github.com/metalsmith/markdown/compare/v1.9.0...v1.9.1) > 26 February 2023 diff --git a/package-lock.json b/package-lock.json index 5a6e8bb..ed61f94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/markdown", - "version": "1.9.2", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/markdown", - "version": "1.9.2", + "version": "1.10.0", "license": "MIT", "dependencies": { "dlv": "^1.1.3", diff --git a/package.json b/package.json index 1931618..1b48074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/markdown", - "version": "1.9.2", + "version": "1.10.0", "description": "A Metalsmith plugin to render markdown files to HTML", "keywords": [ "markdown",