Skip to content

Commit 87e2525

Browse files
committed
Release 2.0.0
1 parent 2bea553 commit 87e2525

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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/v1.0.1...master <<)
4+
[//]: # (>> ## [UNRELEASED]https://github.com/roydukkey/clean-package/compare/v2.0.0...master <<)
55

6-
## [UNRELEASED](https://github.com/roydukkey/clean-package/compare/v1.0.1...master)
6+
## [2.0.0](https://github.com/roydukkey/clean-package/compare/v1.0.1...2.0.0)
77

88
* Complete rewrite in TypeScript, adding unit tests [#13](https://github.com/roydukkey/clean-package/pull/13)
99
* Add a second positional argument to allow changing the path to the source `package.json` [#7](https://github.com/roydukkey/clean-package/issues/7)

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

0 commit comments

Comments
 (0)