Skip to content

Commit f142589

Browse files
committed
Release 0.3.0
1 parent 2555da5 commit f142589

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [0.3.0](https://github.com/metalsmith/metadata/compare/0.2.1...0.3.0)
8+
9+
- Includes source maps in dist for better debugging [`2555da5`](https://github.com/metalsmith/metadata/commit/2555da5216862346b6fbe11bf707a2a12c8c6614)
10+
- Updates deepmerge 4.2.2 -> 4.3.1 [`379fc4d`](https://github.com/metalsmith/metadata/commit/379fc4d5ff3e61b980faf0db1098c0f0767fc718)
11+
- Renames default export to 'metadata' for better editor intellisense [`a63c1d3`](https://github.com/metalsmith/metadata/commit/a63c1d3c19a3296db79a3c41e53a79f52230ab55)
12+
- Drops support for Node < 14.14.0 & migrates tests to ESM on src file [`28a0cc5`](https://github.com/metalsmith/metadata/commit/28a0cc515c54452ff5d834ce1a8bf8b9bd8cdfa0)
13+
- Drops support for metalsmith < 2.5.0 & uses metalsmith.debug instead of debug [`73898bf`](https://github.com/metalsmith/metadata/commit/73898bf964dfdbdc6a928506d7cf7134fde4dbf8)
14+
- Fixes a regression introduced in 0.2.1 with array merges, handles repeat runs properly [`65d480e`](https://github.com/metalsmith/metadata/commit/65d480edc3f1dc1307514ed426397a8715366ca2)
15+
716
#### [0.2.1](https://github.com/metalsmith/metadata/compare/0.2.0...0.2.1)
817

18+
> 30 May 2023
19+
920
- Explicitly specify array merge as concat [`9102291`](https://github.com/metalsmith/metadata/commit/9102291e94666237b7909464dacea3b3341f8d53)
1021

1122
#### [0.2.0](https://github.com/metalsmith/metadata/compare/0.1.0...0.2.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metalsmith/metadata",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "A metalsmith plugin to load global metadata from files and directories",
55
"keywords": [
66
"metalsmith-plugin",

0 commit comments

Comments
 (0)