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

Commit 2274e1e

Browse files
committed
Prepare v0.3.0 release
1 parent 72874d0 commit 2274e1e

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
@@ -71,3 +71,10 @@ Thanks to @aderyabin !
7171
* Added new `types` option
7272

7373
* Added specs for 'short' formatter
74+
75+
76+
### 0.3.0
77+
78+
* Added new version check functionality
79+
80+
* Added specs for version check

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.2.5'
2+
VERSION = '0.3.0'
33
end

0 commit comments

Comments
 (0)