Skip to content

Commit b84fd8d

Browse files
committed
Release 1.1.0
1 parent 739d1e2 commit b84fd8d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
#### [Unreleased](https://github.com/metalsmith/remove/compare/v1.0.0...HEAD)
7+
#### [v1.1.0](https://github.com/metalsmith/remove/compare/v1.0.0...v1.1.0)
88

99
- Update multimatch to resolve deprecated dependency [`#16`](https://github.com/metalsmith/remove/pull/16)
1010
- Fixes #21 - Add debug logs [`#21`](https://github.com/metalsmith/remove/issues/21)
@@ -13,10 +13,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1313
- Resolves #17 - rename plugin 'ignore' -> 'remove' [`#17`](https://github.com/metalsmith/remove/issues/17)
1414
- Resolves #18 - Aligned to org core plugin setup [`#18`](https://github.com/metalsmith/remove/issues/18)
1515
- Test for files ending with ~ (tilda) [`#3`](https://github.com/metalsmith/remove/issues/3)
16-
- Packages: updated and added travis, eslint, and prettier [`7326e00`](https://github.com/metalsmith/remove/commit/7326e0000bca2aca26ddee5d62fa509743148bb1)
1716
- Tests: Use const [`c103fca`](https://github.com/metalsmith/remove/commit/c103fca92b43ca18dc043a5e8e916b3dc3973aef)
1817
- Update Readme.md [`c97ccc0`](https://github.com/metalsmith/remove/commit/c97ccc019e0eb857b90ab3716821a5678129194c)
1918
- Tests: added missing config [`69c5ecc`](https://github.com/metalsmith/remove/commit/69c5eccc1226ead6e63619914908dcf88f8a7740)
19+
- Packages: updated and added travis, eslint, and prettier [`7326e00`](https://github.com/metalsmith/remove/commit/7326e0000bca2aca26ddee5d62fa509743148bb1)
2020

2121
### [v1.0.0](https://github.com/metalsmith/remove/compare/0.1.2...v1.0.0)
2222

@@ -25,8 +25,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2525
- Use multimatch() with the file list [`#4`](https://github.com/metalsmith/remove/pull/4)
2626
- Update multimatch to resolve deprecated dependency [`#11`](https://github.com/metalsmith/remove/pull/11)
2727
- add link to multimatch in readme [`#6`](https://github.com/metalsmith/remove/pull/6)
28-
- Updated Packages [`96ebad7`](https://github.com/metalsmith/remove/commit/96ebad7e52cbc1e0ae032edba69027832cf19100)
2928
- Removed unnecessary makefile and updated history [`4631b17`](https://github.com/metalsmith/remove/commit/4631b175efa0e60452dfbc6a0b96b1472f7e9d71)
29+
- Updated Packages [`96ebad7`](https://github.com/metalsmith/remove/commit/96ebad7e52cbc1e0ae032edba69027832cf19100)
3030

3131
#### [0.1.2](https://github.com/metalsmith/remove/compare/0.1.1...0.1.2)
3232

@@ -38,12 +38,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3838
3939
- Fix pattern matching [`#1`](https://github.com/metalsmith/remove/pull/1)
4040
- ocd [`5c2c097`](https://github.com/metalsmith/remove/commit/5c2c097f4685b3c3e29aec813f535f9c8eac5731)
41-
- clean out build directories for better tests [`7cd0915`](https://github.com/metalsmith/remove/commit/7cd0915d0abf95dd1d67f70eb6f89d932270aeb7)
4241
- check length of matches before ignoring [`6704af9`](https://github.com/metalsmith/remove/commit/6704af9a1eebe0b578303408824b23ab39080743)
42+
- clean out build directories for better tests [`7cd0915`](https://github.com/metalsmith/remove/commit/7cd0915d0abf95dd1d67f70eb6f89d932270aeb7)
4343

4444
#### 0.1.0
4545

4646
> 7 March 2014
4747
48-
- first commit [`4685621`](https://github.com/metalsmith/remove/commit/468562143a2a42af1eb6f2fab9e58858736fce37)
4948
- swap to multimatch [`0045af4`](https://github.com/metalsmith/remove/commit/0045af4bf864f7eb004be2a3908d35ed847bf380)
49+
- first commit [`4685621`](https://github.com/metalsmith/remove/commit/468562143a2a42af1eb6f2fab9e58858736fce37)

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.0.0",
3+
"version": "1.1.0",
44
"description": "A Metalsmith plugin to ignore files that match a pattern.",
55
"keywords": [
66
"ignore",

0 commit comments

Comments
 (0)