Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Aug 7, 2022
1 parent 7c96ca4 commit 02ddd01
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 02ddd01

Please sign in to comment.