From ea30bb9d651163c9ab06cdca346bcc7f41b60913 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Mon, 3 Apr 2023 23:23:49 +0200 Subject: [PATCH] Release 2.7.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b60c123..e794f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index a567265..df5421e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@metalsmith/layouts", - "version": "2.6.0", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@metalsmith/layouts", - "version": "2.6.0", + "version": "2.7.0", "license": "MIT", "dependencies": { "inputformat-to-jstransformer": "^1.4.0", diff --git a/package.json b/package.json index 5701975..1ed1dc1 100644 --- a/package.json +++ b/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": {