Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Dec 17, 2021
1 parent 739d1e2 commit b84fd8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

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

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

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

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

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

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

#### 0.1.0

> 7 March 2014
- first commit [`4685621`](https://github.com/metalsmith/remove/commit/468562143a2a42af1eb6f2fab9e58858736fce37)
- swap to multimatch [`0045af4`](https://github.com/metalsmith/remove/commit/0045af4bf864f7eb004be2a3908d35ed847bf380)
- first commit [`4685621`](https://github.com/metalsmith/remove/commit/468562143a2a42af1eb6f2fab9e58858736fce37)
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metalsmith/remove",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Metalsmith plugin to ignore files that match a pattern.",
"keywords": [
"ignore",
Expand Down

0 comments on commit b84fd8d

Please sign in to comment.