Skip to content
This repository was archived by the owner on Nov 15, 2018. It is now read-only.

Commit aee0ec0

Browse files
committed
chore(release): 0.7.1
1 parent 987e782 commit aee0ec0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.7.1"></a>
6+
## [0.7.1](https://github.com/bucharest-gold/szero/compare/v0.7.0...v0.7.1) (2016-11-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Unused Dependecies was actually an Array of Dep objects if there were unused dependencies. Fixes issue #61 ([987e782](https://github.com/bucharest-gold/szero/commit/987e782)), closes [#61](https://github.com/bucharest-gold/szero/issues/61)
12+
13+
14+
515
<a name="0.7.0"></a>
616
# [0.7.0](https://github.com/bucharest-gold/szero/compare/v0.6.0...v0.7.0) (2016-11-09)
717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "szero",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Sub Zero dependency search.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)