Skip to content

Commit 4cb09be

Browse files
committed
Release 1.1.2
1 parent f7e0d66 commit 4cb09be

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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.2](https://github.com/metalsmith/remove/compare/v1.1.1...v1.1.2)
8+
9+
- remove micromatch, use metalsmith.match [`#23`](https://github.com/metalsmith/remove/pull/23)
10+
- Resolves #22: remove micromatch, use metalsmith.match [`#22`](https://github.com/metalsmith/remove/issues/22)
11+
712
#### [v1.1.1](https://github.com/metalsmith/remove/compare/v1.1.0...v1.1.1)
813

14+
> 6 January 2022
15+
916
- Fixes micromatch behavior: dot:true + chore: run format [`5e8a158`](https://github.com/metalsmith/remove/commit/5e8a1589009a659c320f1fbb64c6360bd3ab5744)
1017
- Fix for proper windows path handling [`cf35a7a`](https://github.com/metalsmith/remove/commit/cf35a7ad839f278d3620c3d09428f40ce8d3929e)
1118
- Fixes typo's in package.json/ README.md [`6850479`](https://github.com/metalsmith/remove/commit/685047988944e8c713feb50e5cdc1e1bd54f8ae7)

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metalsmith/remove",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A Metalsmith plugin to remove files from the build",
55
"keywords": [
66
"ignore",
@@ -55,7 +55,6 @@
5555
"access": "public"
5656
},
5757
"dependencies": {
58-
5958
"debug": "^4.3.3"
6059
}
6160
}

0 commit comments

Comments
 (0)