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

Commit 2d8ecad

Browse files
committed
Prepare v0.5.0 release
1 parent 6e997b4 commit 2d8ecad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,10 @@ Thanks to @sponomarev !
108108
### 0.4.1
109109

110110
* Fixed unexpected behavior when `node_modules` contains extra folders w/o `package.json` file inside.
111+
112+
113+
### 0.5.0
114+
115+
* Added support for checking [scoped](https://docs.npmjs.com/misc/scope) npm modules (Thanks to @psdcoder !)
116+
117+
* npmdc now starts only with `rails server` when using Rails (Thanks to @iskvmk !)

lib/npmdc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Npmdc
2-
VERSION = '0.4.1'
2+
VERSION = '0.5.0'
33
end

0 commit comments

Comments
 (0)