Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 7a9de41

Browse files
committed
Prepare v0.4.1 release
1 parent 285435e commit 7a9de41

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,8 @@ Thanks to @sponomarev !
103103
Thanks to @sponomarev !
104104

105105
* Added `abort_on_failure` option
106+
107+
108+
### 0.4.1
109+
110+
* Fixed unexpected behavior when `node_modules` contains extra folders w/o `package.json` file inside.

lib/npmdc/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Npmdc
2-
VERSION = '0.4.0'
2+
VERSION = '0.4.1'
33
end

0 commit comments

Comments
 (0)