diff --git a/CHANGELOG.md b/CHANGELOG.md index c8461f4..77e924b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ -# Change Log +# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.4.0](https://github.com/nodeshift/license-reporter/compare/v1.2.2...v1.4.0) (2021-08-06) + + +### Features + +* **build:** Following CI baseline practice from PM-WG ([40f8536](https://github.com/nodeshift/license-reporter/commit/40f8536f56e13f74b868029d2554ef15c483c7d5)) +* dependency updates and using axios ([041af5f](https://github.com/nodeshift/license-reporter/commit/041af5f4da4a0c485beb5bd2014899d519d93bbe)) +* Replacing graceful-fs with the native fs module ([18c2142](https://github.com/nodeshift/license-reporter/commit/18c21420ea6d056b94dbd105fd1c891f25d3118b)) + + +### Bug Fixes + +* upgrade jest from 26.5.2 to 26.5.3 ([#370](https://github.com/nodeshift/license-reporter/issues/370)) ([f7c9a6a](https://github.com/nodeshift/license-reporter/commit/f7c9a6a850393626e2a31a41bbd3784a3b885455)) +* upgrade js-yaml from 3.14.0 to 3.14.1 ([#377](https://github.com/nodeshift/license-reporter/issues/377)) ([80662a9](https://github.com/nodeshift/license-reporter/commit/80662a9a37009525d29656fd9dd056c8f97e7192)) +* upgrade jsonschema from 1.2.8 to 1.2.9 ([#369](https://github.com/nodeshift/license-reporter/issues/369)) ([192f295](https://github.com/nodeshift/license-reporter/commit/192f2951de931793d097c87efc30b749b201bc7f)) + ## [1.2.1](https://github.com/nodeshift/license-reporter/compare/v1.2.0...v1.2.1) (2018-05-04) diff --git a/package-lock.json b/package-lock.json index b518866..108bcb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "license-reporter", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b8c1b67..0173b80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "license-reporter", - "version": "1.3.0", + "version": "1.4.0", "description": "License-reporter gathers license information and reports them in various formats.", "main": "index.js", "scripts": {