We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715b380 commit 796f862Copy full SHA for 796f862
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# Changelog
2
+
3
+## [1.0.1](https://github.com/roydukkey/clean-package/compare/v1.0.0...v1.0.1)
4
5
+* Fix CLI JSON primitive transformer
6
+* Improve CLI key/value parser
7
+* Suggest installing as development dependency
8
+* Update spelling and grammar
9
10
## 1.0.0
11
12
* Initial release!
package.json
@@ -1,7 +1,7 @@
{
"name": "clean-package",
"description": "Removing configuration keys in 'package.json' before creating an NPM package.",
- "version": "1.0.0",
+ "version": "1.0.1",
"author": "roydukkey",
"license": "MIT",
"repository": {
0 commit comments