Skip to content

Commit ea30bb9

Browse files
committed
Release 2.7.0
1 parent 10eaa0c commit ea30bb9

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.7.0](https://github.com/metalsmith/layouts/compare/v2.6.0...v2.7.0)
8+
9+
- Fix docs for pattern option [`#188`](https://github.com/metalsmith/layouts/pull/188)
10+
- Swaps out debug for metalsmith.debug & enhances debug log output [`f8cd111`](https://github.com/metalsmith/layouts/commit/f8cd111a26f0f2ead9f26b15ad7d0a745ed3e2b6)
11+
- Renames default export to layouts for better intellisense [`10eaa0c`](https://github.com/metalsmith/layouts/commit/10eaa0c5ba6f2172d7cb44cc20c974de8dce0a1f)
12+
713
#### [v2.6.0](https://github.com/metalsmith/layouts/compare/v2.5.1...v2.6.0)
814

15+
> 4 September 2022
16+
917
- feat: dual bundling ESM/CJS [`771212c`](https://github.com/metalsmith/layouts/commit/771212cfe31197befd8e53e025877341a78ddd20)
1018
- feat: added Typescript support [`507bb47`](https://github.com/metalsmith/layouts/commit/507bb47e15351c7f49818526a8a7fae7f2dad742)
1119

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

0 commit comments

Comments
 (0)