Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerglinka committed Feb 21, 2022
1 parent f7e0d66 commit 4cb09be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ 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.1.2](https://github.com/metalsmith/remove/compare/v1.1.1...v1.1.2)

- remove micromatch, use metalsmith.match [`#23`](https://github.com/metalsmith/remove/pull/23)
- Resolves #22: remove micromatch, use metalsmith.match [`#22`](https://github.com/metalsmith/remove/issues/22)

#### [v1.1.1](https://github.com/metalsmith/remove/compare/v1.1.0...v1.1.1)

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metalsmith/remove",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Metalsmith plugin to remove files from the build",
"keywords": [
"ignore",
Expand Down Expand Up @@ -55,7 +55,6 @@
"access": "public"
},
"dependencies": {

"debug": "^4.3.3"
}
}

0 comments on commit 4cb09be

Please sign in to comment.