Skip to content

Commit

Permalink
chore: release 1.0.0 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ofrobots committed May 30, 2019
1 parent 96a7279 commit 568bd98
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

[npm history][1]

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

## [1.0.0](https://www.github.com/google/js-green-licenses/compare/v0.5.0...v1.0.0) (2019-05-29)


### ⚠ BREAKING CHANGES

* Drop support for Node.js 6.x which reaching EOL in a
couple of weeks.

### Bug Fixes

* fails to check monorepo with non-published packages ([#89](https://www.github.com/google/js-green-licenses/issues/89)) ([96a7279](https://www.github.com/google/js-green-licenses/commit/96a7279))
* **deps:** update dependency strip-json-comments to v3 ([#88](https://www.github.com/google/js-green-licenses/issues/88)) ([494a457](https://www.github.com/google/js-green-licenses/commit/494a457))
* set exit code on error ([#84](https://www.github.com/google/js-green-licenses/issues/84)) ([2da6cc5](https://www.github.com/google/js-green-licenses/commit/2da6cc5)), closes [#65](https://www.github.com/google/js-green-licenses/issues/65)
* **deps:** update dependency package-json to v6 ([#79](https://www.github.com/google/js-green-licenses/issues/79)) ([26632ea](https://www.github.com/google/js-green-licenses/commit/26632ea))
* let make-dir use its own types ([#72](https://www.github.com/google/js-green-licenses/issues/72)) ([cb5abb9](https://www.github.com/google/js-green-licenses/commit/cb5abb9))
* **deps:** update dependency pify to v4 ([#53](https://www.github.com/google/js-green-licenses/issues/53)) ([beb2800](https://www.github.com/google/js-green-licenses/commit/beb2800))
* **deps:** update dependency spdx-satisfies to v5 ([#71](https://www.github.com/google/js-green-licenses/issues/71)) ([95f0ead](https://www.github.com/google/js-green-licenses/commit/95f0ead))
* **package:** update package-json to version 5.0.0 ([#41](https://www.github.com/google/js-green-licenses/issues/41)) ([17ded94](https://www.github.com/google/js-green-licenses/commit/17ded94))
* **test:** get the tests passing again ([#65](https://www.github.com/google/js-green-licenses/issues/65)) ([6d009b8](https://www.github.com/google/js-green-licenses/commit/6d009b8))


### Build System

* drop support for Node 6 ([#78](https://www.github.com/google/js-green-licenses/issues/78)) ([598dfea](https://www.github.com/google/js-green-licenses/commit/598dfea))


### Features

* support private packages ([#83](https://www.github.com/google/js-green-licenses/issues/83)) ([9b9a80e](https://www.github.com/google/js-green-licenses/commit/9b9a80e))
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": "0.5.0",
"version": "1.0.0",
"description": "JavaScript package.json license checker",
"main": "build/src/checker.js",
"bin": {
Expand Down

0 comments on commit 568bd98

Please sign in to comment.