From 02ddd018cf9e4dc3f9f4b0431600c8aa851a4c71 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde <kevin.van.lierde@gmail.com> Date: Sun, 7 Aug 2022 02:42:34 +0200 Subject: [PATCH] Release 0.2.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 901fe7a..0e4347b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.2.0](https://github.com/metalsmith/metadata/compare/0.1.0...0.2.0) + +- Adds Typescript definitions [`e0b6f7d`](https://github.com/metalsmith/metadata/commit/e0b6f7d1a63c8b7f666f1883f6db5d7484d26cfd) +- Update debug from 4.3.3 -> 4.3.4, use strict [`f6d5125`](https://github.com/metalsmith/metadata/commit/f6d5125f37ace47ed123f102e5f8c040707d60dc) +- feat: provides dual bundling ESM/CJS [`6f4f9dc`](https://github.com/metalsmith/metadata/commit/6f4f9dc569451a2f6660a0cb32aa031d9b767784) + #### 0.1.0 +> 19 March 2022 + - Complete re-write of metadata. [`#27`](https://github.com/metalsmith/metadata/pull/27) - Nested config files [`#19`](https://github.com/metalsmith/metadata/pull/19) - Don't attempt to parse a file if the key already exists in the metadata, even if the file is missing [`#9`](https://github.com/metalsmith/metadata/pull/9) diff --git a/package-lock.json b/package-lock.json index 0605b75..3afb1b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/metadata", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/metadata", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 71c1bfe..0952854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/metadata", - "version": "0.1.0", + "version": "0.2.0", "description": "A metalsmith plugin to load global metadata from files and directories", "keywords": [ "metalsmith-plugin",