Skip to content

Commit 1b03d65

Browse files
chore: release 2.0.1 (#135)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c7966eb commit 1b03d65

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/js-green-licenses?activeTab=versions
66

7+
### [2.0.1](https://www.github.com/google/js-green-licenses/compare/v2.0.0...v2.0.1) (2020-05-18)
8+
9+
10+
### Bug Fixes
11+
12+
* Added support for the UNLICENSED NPM magic value (fixes [#113](https://www.github.com/google/js-green-licenses/issues/113)) ([#134](https://www.github.com/google/js-green-licenses/issues/134)) ([c7966eb](https://www.github.com/google/js-green-licenses/commit/c7966eb39a95c3376f3845f7797bb3d72f2c5904))
13+
714
## [2.0.0](https://www.github.com/google/js-green-licenses/compare/v1.1.0...v2.0.0) (2020-05-07)
815

916

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-green-licenses",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "JavaScript package.json license checker",
55
"main": "build/src/checker.js",
66
"bin": {

0 commit comments

Comments
 (0)