Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jun 11, 2023
1 parent 2555da5 commit f142589
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.2.1",
"version": "0.3.0",
"description": "A metalsmith plugin to load global metadata from files and directories",
"keywords": [
"metalsmith-plugin",
Expand Down

0 comments on commit f142589

Please sign in to comment.