diff --git a/CHANGELOG.md b/CHANGELOG.md index 698ba9f..29c06b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9ceb486..786df39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@iver-wharf/wharf-collect-licenses", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef458e9..2b9011f 100644 --- a/package.json +++ b/package.json @@ -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",