Skip to content

Commit 1a698b3

Browse files
committed
Release 1.4.0
1 parent a03fe8a commit 1a698b3

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+
#### [v1.4.0](https://github.com/metalsmith/remove/compare/v1.3.0...v1.4.0)
8+
9+
- Adds engines.node specifier to package.json, drops support for Node <= 14.14.0 (Node 12 EOL 2023-04-30) [`7d71cb0`](https://github.com/metalsmith/remove/commit/7d71cb071d59cbbdb15d0beea4dcfbc11a4c7da8)
10+
- Adds JsDoc example usage [`8927ab3`](https://github.com/metalsmith/remove/commit/8927ab328407469d8b241b09f228b14f78c56544)
11+
- Includes source maps in lib for better debugging [`49639e7`](https://github.com/metalsmith/remove/commit/49639e7d1aefa0a54ffe20d43f8b55ed8b9c4c88)
12+
713
#### [v1.3.0](https://github.com/metalsmith/remove/compare/v1.2.1...v1.3.0)
814

15+
> 3 December 2022
16+
917
- Updates readme debug section [`d47da9a`](https://github.com/metalsmith/remove/commit/d47da9add664c5adfc806a38ff0171e11a4c2e98)
1018
- Logs an error when file delete fails [`c46614a`](https://github.com/metalsmith/remove/commit/c46614a59086cd81c8555f00f5efeb9fb5f5e3c6)
1119
- Replaces debug with metalsmith.debug [`a17e4ba`](https://github.com/metalsmith/remove/commit/a17e4ba6c8dca9fed33023ae5542edd89cabf7a1)

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/remove",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A Metalsmith plugin to remove files from the build",
55
"keywords": [
66
"remove",

0 commit comments

Comments
 (0)