Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jun 12, 2023
1 parent a03fe8a commit 1a698b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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).

#### [v1.4.0](https://github.com/metalsmith/remove/compare/v1.3.0...v1.4.0)

- 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)
- Adds JsDoc example usage [`8927ab3`](https://github.com/metalsmith/remove/commit/8927ab328407469d8b241b09f228b14f78c56544)
- Includes source maps in lib for better debugging [`49639e7`](https://github.com/metalsmith/remove/commit/49639e7d1aefa0a54ffe20d43f8b55ed8b9c4c88)

#### [v1.3.0](https://github.com/metalsmith/remove/compare/v1.2.1...v1.3.0)

> 3 December 2022
- Updates readme debug section [`d47da9a`](https://github.com/metalsmith/remove/commit/d47da9add664c5adfc806a38ff0171e11a4c2e98)
- Logs an error when file delete fails [`c46614a`](https://github.com/metalsmith/remove/commit/c46614a59086cd81c8555f00f5efeb9fb5f5e3c6)
- Replaces debug with metalsmith.debug [`a17e4ba`](https://github.com/metalsmith/remove/commit/a17e4ba6c8dca9fed33023ae5542edd89cabf7a1)
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metalsmith/remove",
"version": "1.3.0",
"version": "1.4.0",
"description": "A Metalsmith plugin to remove files from the build",
"keywords": [
"remove",
Expand Down

0 comments on commit 1a698b3

Please sign in to comment.