Skip to content

Commit 282b41e

Browse files
committed
Release 5.0.0
1 parent 5049b68 commit 282b41e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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+
#### [v5.0.0](https://github.com/metalsmith/default-values/compare/v4.0.1...v5.0.0)
8+
9+
- Update DefaultSetter TS type signature; minor enhancements [`5049b68`](https://github.com/metalsmith/default-values/commit/5049b682c19c00ae7060a397dba546f8b25a9ac6)
10+
- BREAKING: align DefaultSetter signature to Array methods (file, path, files, metalsmith) [`d63cd7e`](https://github.com/metalsmith/default-values/commit/d63cd7eb755e0b6e9fdd4883743c5f4e48a95ef0)
11+
712
#### [v4.0.1](https://github.com/metalsmith/default-values/compare/v4.0.0...v4.0.1)
813

14+
> 18 December 2024
15+
916
- Updates dlv 3.1.3 -> 3.1.4, fixes security vulns [`d93c72c`](https://github.com/metalsmith/default-values/commit/d93c72cf61946c3df1f35dad8cc74d45a0421e92)
1017
- Documents potential pitfall when setting default object [`46b2db9`](https://github.com/metalsmith/default-values/commit/46b2db92db8c066bc93662b746c882f181a3bc85)
1118
- Changes set_defaults to return change delta, improves debug logs [`88a49da`](https://github.com/metalsmith/default-values/commit/88a49da6ea7e8b8d9d8a8b9e52a380284bb7d6b3)

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/default-values",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "A metalsmith plugin for setting default values to file metadata.",
55
"keywords": [
66
"default-values",

0 commit comments

Comments
 (0)