Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Nov 26, 2022
1 parent 0301140 commit 39e8ae4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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).

#### [Unreleased](https://github.com/metalsmith/default-values/compare/v3.2.1...HEAD)
#### [v3.3.0](https://github.com/metalsmith/default-values/compare/v3.2.1...v3.3.0)

- Allow setting default contents when buffer is empty [`5d41d17`](https://github.com/metalsmith/default-values/commit/5d41d1790b1d4bc6a2905c08d028ab67c83221f4)
- Docs: Add elaborate example with other plugins + single defaults set usage [`bb50253`](https://github.com/metalsmith/default-values/commit/bb502537ffb476208cb032570b3d7c4f4db98847)
- Drops support for Metalsmith < 2.5.0, replaces debug with metalsmith.debug [`b5191b4`](https://github.com/metalsmith/default-values/commit/b5191b471b1d6a3742b57b5eb33629ed32acc12e)
- Adds Typescript support [`3b1b438`](https://github.com/metalsmith/default-values/commit/3b1b438243b0638d0d25db69f55999a97a302f08)
- Document features in README.md [`12102c8`](https://github.com/metalsmith/default-values/commit/12102c81d729d766d7b9be904aa601023b893426)
- Log a warning when pattern matches no files [`c62cbc9`](https://github.com/metalsmith/default-values/commit/c62cbc98f19fa5ac2fe8529996d832895a2cdf93)
- Allows passing a single defaults set as shorthand for [defaultsSet] [`39df8f7`](https://github.com/metalsmith/default-values/commit/39df8f749d22899aaaf4cd1adad5080ae821c193)
- Renames default export initDefaultValues -> defaultValues [`30fc0c5`](https://github.com/metalsmith/default-values/commit/30fc0c5c54392cf21d3ced7eabdab209aac0e26d)

#### [v3.2.1](https://github.com/metalsmith/default-values/compare/v3.2.0...v3.2.1)

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/default-values",
"version": "3.2.1",
"version": "3.3.0",
"description": "A metalsmith plugin for setting default values to file metadata.",
"keywords": [
"default-values",
Expand Down

0 comments on commit 39e8ae4

Please sign in to comment.