Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Aug 6, 2021
1 parent 1076837 commit ab7d329
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion 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))

<a name="1.2.1"></a>
## [1.2.1](https://github.com/nodeshift/license-reporter/compare/v1.2.0...v1.2.1) (2018-05-04)

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
@@ -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": {
Expand Down

0 comments on commit ab7d329

Please sign in to comment.