Skip to content

Commit

Permalink
Release v2.0.0 (#7)
Browse files Browse the repository at this point in the history
* Release v2.0.0

* Updated package.json

* Updated date in CHANGELOG.md
  • Loading branch information
applejag authored Feb 7, 2022
1 parent 5c06349 commit 18bed53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project tries to follow [SemVer 2.0.0](https://semver.org/).
https://changelog.md/
-->

## v2.0.0 (WIP)
## v2.0.0 (2022-02-07)

- BREAKING: Changed package to ES module to stay compatible with node-fetch.
This drops support for usage by CommonJS modules. (#6)
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": "@iver-wharf/wharf-collect-licenses",
"version": "1.0.1",
"version": "2.0.0",
"description": "Collects licenses from node_modules and GitHub and outputs license texts and metadata in JSON format",
"scripts": {
"build": "tsc --build tsconfig.json",
Expand Down

0 comments on commit 18bed53

Please sign in to comment.