Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Apr 3, 2023
1 parent 10eaa0c commit ea30bb9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,8 +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).

#### [v2.7.0](https://github.com/metalsmith/layouts/compare/v2.6.0...v2.7.0)

- Fix docs for pattern option [`#188`](https://github.com/metalsmith/layouts/pull/188)
- Swaps out debug for metalsmith.debug & enhances debug log output [`f8cd111`](https://github.com/metalsmith/layouts/commit/f8cd111a26f0f2ead9f26b15ad7d0a745ed3e2b6)
- Renames default export to layouts for better intellisense [`10eaa0c`](https://github.com/metalsmith/layouts/commit/10eaa0c5ba6f2172d7cb44cc20c974de8dce0a1f)

#### [v2.6.0](https://github.com/metalsmith/layouts/compare/v2.5.1...v2.6.0)

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

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
@@ -1,6 +1,6 @@
{
"name": "@metalsmith/layouts",
"version": "2.6.0",
"version": "2.7.0",
"description": "A metalsmith plugin for layouts",
"homepage": "https://github.com/metalsmith/layouts#readme",
"bugs": {
Expand Down

0 comments on commit ea30bb9

Please sign in to comment.