Skip to content

Commit 4bee1a9

Browse files
chore: release 3.0.1 (#161)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Justin Beckwith <[email protected]>
1 parent 05a5919 commit 4bee1a9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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+
### [3.0.1](https://www.github.com/google/js-green-licenses/compare/v3.0.0...v3.0.1) (2021-04-05)
8+
9+
10+
### Bug Fixes
11+
12+
* handle incorrect licenses fields ([#146](https://www.github.com/google/js-green-licenses/issues/146)) ([209847f](https://www.github.com/google/js-green-licenses/commit/209847fa96d3f8676cfb292ef879a7e58e4cdecd))
13+
714
## [3.0.0](https://www.github.com/google/js-green-licenses/compare/v2.0.1...v3.0.0) (2021-01-22)
815

916

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)