Skip to content

Commit f994b6c

Browse files
committed
Release 1.1.1
1 parent 5e8a158 commit f994b6c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.1.1](https://github.com/metalsmith/remove/compare/v1.1.0...v1.1.1)
8+
9+
- Fixes micromatch behavior: dot:true + chore: run format [`5e8a158`](https://github.com/metalsmith/remove/commit/5e8a1589009a659c320f1fbb64c6360bd3ab5744)
10+
- Fix for proper windows path handling [`cf35a7a`](https://github.com/metalsmith/remove/commit/cf35a7ad839f278d3620c3d09428f40ce8d3929e)
11+
- Fixes typo's in package.json/ README.md [`6850479`](https://github.com/metalsmith/remove/commit/685047988944e8c713feb50e5cdc1e1bd54f8ae7)
12+
713
#### [v1.1.0](https://github.com/metalsmith/remove/compare/v1.0.0...v1.1.0)
814

15+
> 17 December 2021
16+
917
- Update multimatch to resolve deprecated dependency [`#16`](https://github.com/metalsmith/remove/pull/16)
1018
- Fixes #21 - Add debug logs [`#21`](https://github.com/metalsmith/remove/issues/21)
1119
- Resolves #20 - swap multimatch for micromatch [`#20`](https://github.com/metalsmith/remove/issues/20)

package-lock.json

Lines changed: 1 addition & 1 deletion
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.1.0",
3+
"version": "1.1.1",
44
"description": "A Metalsmith plugin to remove files from the build",
55
"keywords": [
66
"ignore",

0 commit comments

Comments
 (0)