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

Commit

Permalink
Prepare v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lysyi3m committed Jun 7, 2017
1 parent 6e997b4 commit 2d8ecad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,10 @@ Thanks to @sponomarev !
### 0.4.1

* Fixed unexpected behavior when `node_modules` contains extra folders w/o `package.json` file inside.


### 0.5.0

* Added support for checking [scoped](https://docs.npmjs.com/misc/scope) npm modules (Thanks to @psdcoder !)

* npmdc now starts only with `rails server` when using Rails (Thanks to @iskvmk !)
2 changes: 1 addition & 1 deletion lib/npmdc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Npmdc
VERSION = '0.4.1'
VERSION = '0.5.0'
end

0 comments on commit 2d8ecad

Please sign in to comment.