Skip to content

Commit 664900c

Browse files
committed
Release 2.5.1
1 parent 6d24e90 commit 664900c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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+
#### [v2.5.1](https://github.com/metalsmith/layouts/compare/v2.5.0...v2.5.1)
8+
9+
- Resolves #183: pass the transformed list of files to metalsmith.match… [`#184`](https://github.com/metalsmith/layouts/pull/184)
10+
- Merge pull request #184 from doteco/master [`#183`](https://github.com/metalsmith/layouts/issues/183)
11+
- Resolves #183: pass the transformed list of files to metalsmith.match so that renamed files can be matched [`#183`](https://github.com/metalsmith/layouts/issues/183)
12+
713
#### [v2.5.0](https://github.com/metalsmith/layouts/compare/v2.4.0...v2.5.0)
814

15+
> 2 May 2022
16+
917
- Resolves #181, use metalsmith.match instead of multimatch [`#181`](https://github.com/metalsmith/layouts/issues/181)
1018
- Remove semicolons, run formatting. Remove devDependencies [`605559a`](https://github.com/metalsmith/layouts/commit/605559a025ac6253fbc2d81a3cb10ff647d053fb)
1119
- feat: add JSdocs, named plugin function [`30411dd`](https://github.com/metalsmith/layouts/commit/30411dd449477d6bf9c30a587c3d9bc71c40f884)

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/layouts",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "A metalsmith plugin for layouts",
55
"homepage": "https://github.com/metalsmith/layouts#readme",
66
"bugs": {

0 commit comments

Comments
 (0)