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

Commit 81135bb

Browse files
committed
chore(release): 0.7.0
1 parent df1f0e9 commit 81135bb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="0.7.0"></a>
6+
# [0.7.0](https://github.com/bucharest-gold/szero/compare/v0.6.0...v0.7.0) (2016-11-09)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix duplication of dep declaration. ([51d6ebc](https://github.com/bucharest-gold/szero/commit/51d6ebc))
12+
* License as [object object] ([5b214b5](https://github.com/bucharest-gold/szero/commit/5b214b5))
13+
* License Reporter no longer runs twice when doing the console reporter. For #57 ([df1f0e9](https://github.com/bucharest-gold/szero/commit/df1f0e9))
14+
* The license search. ([49b9cd8](https://github.com/bucharest-gold/szero/commit/49b9cd8))
15+
16+
17+
### Features
18+
19+
* add license report to the fileReporter ([1843555](https://github.com/bucharest-gold/szero/commit/1843555))
20+
* license info added to the public API. must opt-in ([381e7f0](https://github.com/bucharest-gold/szero/commit/381e7f0))

package.json

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

0 commit comments

Comments
 (0)