Skip to content

Commit 6269d83

Browse files
committed
roll v0.2.0
1 parent b818b27 commit 6269d83

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Version 0.2.0, 2017.05.18
2+
3+
* Cache parent package directories [#2](https://github.com/NotNinja/node-pacscan/issues/2)
4+
* Move to !ninja [#3](https://github.com/NotNinja/node-pacscan/issues/3)
5+
* Switch to Codecov for code coverage [#4](https://github.com/NotNinja/node-pacscan/issues/4)
6+
7+
## Version 0.1.0, 2017.02.25
8+
9+
* Initial release

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The current version of PacScan.
103103
const pacscan = require('pacscan');
104104

105105
pacscan.version;
106-
=> "0.1.0"
106+
=> "0.2.0"
107107
```
108108

109109
## Bugs

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pacscan",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Scans for available packages",
55
"homepage": "https://github.com/NotNinja/node-pacscan",
66
"bugs": {

0 commit comments

Comments
 (0)