From f14258986e154254cc065d7636e5eb6f68d24b19 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Mon, 12 Jun 2023 01:16:44 +0200 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b3f16..71adf61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,19 @@ 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). +#### [0.3.0](https://github.com/metalsmith/metadata/compare/0.2.1...0.3.0) + +- Includes source maps in dist for better debugging [`2555da5`](https://github.com/metalsmith/metadata/commit/2555da5216862346b6fbe11bf707a2a12c8c6614) +- Updates deepmerge 4.2.2 -> 4.3.1 [`379fc4d`](https://github.com/metalsmith/metadata/commit/379fc4d5ff3e61b980faf0db1098c0f0767fc718) +- Renames default export to 'metadata' for better editor intellisense [`a63c1d3`](https://github.com/metalsmith/metadata/commit/a63c1d3c19a3296db79a3c41e53a79f52230ab55) +- Drops support for Node < 14.14.0 & migrates tests to ESM on src file [`28a0cc5`](https://github.com/metalsmith/metadata/commit/28a0cc515c54452ff5d834ce1a8bf8b9bd8cdfa0) +- Drops support for metalsmith < 2.5.0 & uses metalsmith.debug instead of debug [`73898bf`](https://github.com/metalsmith/metadata/commit/73898bf964dfdbdc6a928506d7cf7134fde4dbf8) +- Fixes a regression introduced in 0.2.1 with array merges, handles repeat runs properly [`65d480e`](https://github.com/metalsmith/metadata/commit/65d480edc3f1dc1307514ed426397a8715366ca2) + #### [0.2.1](https://github.com/metalsmith/metadata/compare/0.2.0...0.2.1) +> 30 May 2023 + - Explicitly specify array merge as concat [`9102291`](https://github.com/metalsmith/metadata/commit/9102291e94666237b7909464dacea3b3341f8d53) #### [0.2.0](https://github.com/metalsmith/metadata/compare/0.1.0...0.2.0) diff --git a/package-lock.json b/package-lock.json index 1c58087..d6eb9e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/metadata", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/metadata", - "version": "0.2.1", + "version": "0.3.0", "license": "MIT", "dependencies": { "deepmerge": "^4.3.1", diff --git a/package.json b/package.json index 9b7493d..14ca6cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/metadata", - "version": "0.2.1", + "version": "0.3.0", "description": "A metalsmith plugin to load global metadata from files and directories", "keywords": [ "metalsmith-plugin",