Skip to content

Commit 8f13849

Browse files
committed
Release 4.0.1
1 parent d93c72c commit 8f13849

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
#### [v4.0.0](https://github.com/metalsmith/default-values/compare/v3.3.0...v4.0.0)
7+
#### [v4.0.1](https://github.com/metalsmith/default-values/compare/v4.0.0...v4.0.1)
8+
9+
- Updates dlv 3.1.3 -> 3.1.4, fixes security vulns [`d93c72c`](https://github.com/metalsmith/default-values/commit/d93c72cf61946c3df1f35dad8cc74d45a0421e92)
10+
- Documents potential pitfall when setting default object [`46b2db9`](https://github.com/metalsmith/default-values/commit/46b2db92db8c066bc93662b746c882f181a3bc85)
11+
- Changes set_defaults to return change delta, improves debug logs [`88a49da`](https://github.com/metalsmith/default-values/commit/88a49da6ea7e8b8d9d8a8b9e52a380284bb7d6b3)
12+
13+
### [v4.0.0](https://github.com/metalsmith/default-values/compare/v3.3.0...v4.0.0)
14+
15+
> 20 March 2024
816
917
- Provides dual ESM/CJS module and aligns repo setup with other core plugins [`5d23dbd`](https://github.com/metalsmith/default-values/commit/5d23dbd1091e8d09030bdd9b2d6c945e6cd80476)
1018
- test: migrate test coverage from nyc -> c8, tests from CJS to ESM [`e03aacf`](https://github.com/metalsmith/default-values/commit/e03aacf7b4956a962258d791027782fe34953aa2)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metalsmith/default-values",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A metalsmith plugin for setting default values to file metadata.",
55
"keywords": [
66
"default-values",

0 commit comments

Comments
 (0)