Skip to content

Commit 2407689

Browse files
committed
Release 1.2.1
1 parent 2345396 commit 2407689

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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.1](https://github.com/metalsmith/remove/compare/v1.2.0...v1.2.1)
8+
9+
- Fixes #26: incorrect export lib/index.mjs [`#26`](https://github.com/metalsmith/remove/issues/26)
10+
711
#### [v1.2.0](https://github.com/metalsmith/remove/compare/v1.1.2...v1.2.0)
812

13+
> 6 August 2022
14+
915
- Added Typescript types [`47a6232`](https://github.com/metalsmith/remove/commit/47a623206e8ab5d30ce6d2a3c6e0829ee05a6114)
1016
- Adds dual bundled ESM/CJS, removes setImmediate [`9111793`](https://github.com/metalsmith/remove/commit/9111793930d1f7b0ba5cc60bb2eff8257ea7b2cf)
1117

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

0 commit comments

Comments
 (0)