Skip to content

Commit 973beb1

Browse files
committed
Release 2.1.1
1 parent c459286 commit 973beb1

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.vscode/cSpell.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"words": [
1919
"browserslist",
2020
"editorconfig",
21+
"npmignore",
2122
"postpack",
2223
"roydukkey",
2324
"streetsidesoftware",

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
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.1.0...master <<)
4+
[//]: # (>> ## [UNRELEASED]https://github.com/roydukkey/clean-package/compare/v2.1.1...master <<)
5+
6+
## [2.1.1](https://github.com/roydukkey/clean-package/compare/v2.1.0...v2.1.1)
7+
8+
* Add reminder to README explaining the production and exclusion of the backup file [#15](https://github.com/roydukkey/clean-package/pull/15)
59

610
## [2.1.0](https://github.com/roydukkey/clean-package/compare/v2.0.1...2.1.0)
711

8-
* Add `onClean` and `onRestore` events
12+
* Add `onClean` and `onRestore` events [#14](https://github.com/roydukkey/clean-package/pull/14)
913
* Update README options for readability
1014

1115
## [2.0.1](https://github.com/roydukkey/clean-package/compare/v2.0.0...2.0.1)
1216

13-
* Fix documentation for changed default value of the `remove` option.
14-
* Add documentation for function types of the `remove` and `replace` options.
17+
* Fix documentation for changed default value of the `remove` option
18+
* Add documentation for function types of the `remove` and `replace` options
1519

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

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.1.0",
4+
"version": "2.1.1",
55
"author": {
66
"name": "roydukkey",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)