Skip to content

Commit 107082c

Browse files
committed
Release 1.3.0
1 parent d47da9a commit 107082c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ 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.3.0](https://github.com/metalsmith/remove/compare/v1.2.1...v1.3.0)
8+
9+
- Updates readme debug section [`d47da9a`](https://github.com/metalsmith/remove/commit/d47da9add664c5adfc806a38ff0171e11a4c2e98)
10+
- Logs an error when file delete fails [`c46614a`](https://github.com/metalsmith/remove/commit/c46614a59086cd81c8555f00f5efeb9fb5f5e3c6)
11+
- Replaces debug with metalsmith.debug [`a17e4ba`](https://github.com/metalsmith/remove/commit/a17e4ba6c8dca9fed33023ae5542edd89cabf7a1)
12+
- Enhanced types and rename default export to 'remove' [`8950b05`](https://github.com/metalsmith/remove/commit/8950b05817770599122facedd377c63fd7bf1919)
13+
714
#### [v1.2.1](https://github.com/metalsmith/remove/compare/v1.2.0...v1.2.1)
815

16+
> 7 August 2022
17+
918
- Fixes #26: incorrect export lib/index.mjs [`#26`](https://github.com/metalsmith/remove/issues/26)
1019

1120
#### [v1.2.0](https://github.com/metalsmith/remove/compare/v1.1.2...v1.2.0)

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

0 commit comments

Comments
 (0)