Skip to content

Commit 1a34bd1

Browse files
committed
Release 2.0.1
1 parent a33256c commit 1a34bd1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
22

33
[//]: # (>> The order of list items should be: Critical/Fixes, New, Update, Remove, Underpinnings <<)
4-
[//]: # (>> ## [UNRELEASED]https://github.com/roydukkey/clean-package/compare/v2.0.0...master <<)
4+
[//]: # (>> ## [UNRELEASED]https://github.com/roydukkey/clean-package/compare/v2.0.1...master <<)
5+
6+
## [2.0.1](https://github.com/roydukkey/clean-package/compare/v2.0.0...2.0.1)
7+
8+
* Fix documentation for changed default value of the `remove` option.
9+
* Add documentation for function types of the `remove` and `replace` options.
510

611
## [2.0.0](https://github.com/roydukkey/clean-package/compare/v1.0.1...2.0.0)
712

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clean-package",
33
"description": "Removes and replaces configuration keys in 'package.json' before creating an NPM package.",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"author": {
66
"name": "roydukkey",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)