Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roydukkey committed Nov 18, 2022
1 parent 41c098d commit a03da14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

<!-- The order of list items should be: Critical/Fixes, New, Update, Remove, Underpinnings -->
<!-- ## [UNRELEASED](https://github.com/roydukkey/clean-package/compare/v2.1.2...master) -->
<!-- ## [UNRELEASED](https://github.com/roydukkey/clean-package/compare/v2.2.0...master) -->

## [UNRELEASED](https://github.com/roydukkey/clean-package/compare/v2.1.2...master)
## [2.2.0](https://github.com/roydukkey/clean-package/compare/v2.1.2...2.2.0)

* Allow dot (`.`) to be escaped (`\\.`) in keys for `remove` and `replace` [#19](https://github.com/roydukkey/clean-package/pull/19)
* Change from blacklist to whitelist npm packing [#18](https://github.com/roydukkey/clean-package/pull/18)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clean-package",
"description": "Removes and replaces configuration keys in 'package.json' before creating an NPM package.",
"version": "2.1.2",
"version": "2.2.0",
"author": {
"name": "roydukkey",
"email": "[email protected]",
Expand Down

0 comments on commit a03da14

Please sign in to comment.