From 10360a017c9052fa6686e186a975acf8408c1739 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Wed, 7 Dec 2022 23:43:31 +0100 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae75908..2c30e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.3.0](https://github.com/metalsmith/drafts/compare/v1.2.0...v1.3.0) + +- Drops support for metalsmith < 2.5.0 [`0f3dc82`](https://github.com/metalsmith/drafts/commit/0f3dc82a94505c6292f59900c9e2affde0b35c54) +- Adds metalsmith.debug logs, removes setImmediate [`b5a11b3`](https://github.com/metalsmith/drafts/commit/b5a11b31ca969178c30e32393770597974730f89) +- Adds Typescript support [`b5d43c7`](https://github.com/metalsmith/drafts/commit/b5d43c7af9847068d05a18210358c68940f2972e) +- Renames default export to draft for better intellisense [`4dd20fc`](https://github.com/metalsmith/drafts/commit/4dd20fc5475a34f12a950330d5f2fce3345b0f9e) + #### [v1.2.0](https://github.com/metalsmith/drafts/compare/v1.1.1...v1.2.0) +> 6 August 2022 + - Added conditional draft use in readme file [`#14`](https://github.com/metalsmith/drafts/pull/14) - Support dual bundle ESM/CJS [`c26f5f3`](https://github.com/metalsmith/drafts/commit/c26f5f396e92ccfaa1a45a3db6bdf147e7fe1eb1) - Feature: accept single bool param to include/omit drafts from the output [`0183e74`](https://github.com/metalsmith/drafts/commit/0183e740a74e929e080520b0f425f0687e0ce9d1) diff --git a/package-lock.json b/package-lock.json index e824cf9..34f0637 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/drafts", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/drafts", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "devDependencies": { "assert-dir-equal": "^1.1.0", diff --git a/package.json b/package.json index bed9f94..406b268 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/drafts", - "version": "1.2.0", + "version": "1.3.0", "description": "A metalsmith plugin to hide drafts.", "keywords": [ "drafts",