Skip to content

Commit e5faa89

Browse files
committed
Release 1.2.0
1 parent 925e93f commit e5faa89

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.2.0](https://github.com/metalsmith/remove/compare/v1.1.2...v1.2.0)
8+
9+
- Added Typescript types [`47a6232`](https://github.com/metalsmith/remove/commit/47a623206e8ab5d30ce6d2a3c6e0829ee05a6114)
10+
- Adds dual bundled ESM/CJS, removes setImmediate [`9111793`](https://github.com/metalsmith/remove/commit/9111793930d1f7b0ba5cc60bb2eff8257ea7b2cf)
11+
712
#### [v1.1.2](https://github.com/metalsmith/remove/compare/v1.1.1...v1.1.2)
813

14+
> 20 February 2022
15+
916
- remove micromatch, use metalsmith.match [`#23`](https://github.com/metalsmith/remove/pull/23)
1017
- Resolves #22: remove micromatch, use metalsmith.match [`#22`](https://github.com/metalsmith/remove/issues/22)
1118

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.2",
3+
"version": "1.2.0",
44
"description": "A Metalsmith plugin to remove files from the build",
55
"keywords": [
66
"ignore",

0 commit comments

Comments
 (0)