Skip to content

Commit 796f862

Browse files
committed
Release 1.0.1
1 parent 715b380 commit 796f862

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
## 1.0.0
211

312
* Initial release!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clean-package",
33
"description": "Removing configuration keys in 'package.json' before creating an NPM package.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "roydukkey",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)