diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4347b..18b3f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +#### [0.2.1](https://github.com/metalsmith/metadata/compare/0.2.0...0.2.1) + +- 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) +> 7 August 2022 + - 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) diff --git a/package-lock.json b/package-lock.json index 3afb1b7..8a43482 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/metadata", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/metadata", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 0952854..7e46ed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/metadata", - "version": "0.2.0", + "version": "0.2.1", "description": "A metalsmith plugin to load global metadata from files and directories", "keywords": [ "metalsmith-plugin",