Skip to content

Commit

Permalink
chore(main): release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 9, 2023
1 parent da3fed5 commit 4abbd2c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

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

## [4.0.0](https://github.com/google/js-green-licenses/compare/v3.0.1...v4.0.0) (2023-01-09)


### ⚠ BREAKING CHANGES

* drop support for node.js 10.x ([#176](https://github.com/google/js-green-licenses/issues/176))

### Bug Fixes

* **deps:** update dependency package-json to v7 ([#172](https://github.com/google/js-green-licenses/issues/172)) ([cb2900e](https://github.com/google/js-green-licenses/commit/cb2900e8dd9040ba8fc4f694b407164c2f7d827b))
* **deps:** upgrade to typescript 4.4.4 ([#180](https://github.com/google/js-green-licenses/issues/180)) ([da3fed5](https://github.com/google/js-green-licenses/commit/da3fed520287b6ca8e82426f8d95811baf876e64))


### Build System

* drop support for node.js 10.x ([#176](https://github.com/google/js-green-licenses/issues/176)) ([786b01a](https://github.com/google/js-green-licenses/commit/786b01a8fecb08ce275c853b34cb946a9fa0f3cd))

### [3.0.1](https://www.github.com/google/js-green-licenses/compare/v3.0.0...v3.0.1) (2021-04-05)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-green-licenses",
"version": "3.0.1",
"version": "4.0.0",
"description": "JavaScript package.json license checker",
"main": "build/src/checker.js",
"bin": {
Expand Down

0 comments on commit 4abbd2c

Please sign in to comment.