Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Íñigo Marquínez Prado committed Sep 6, 2022
1 parent ef00b66 commit 875438f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.

## [2.1.0](https://github.com/guidesmiths/license-checker/compare/v2.0.1...v2.1.0) (2022-09-06)


### 🆕 Features

* add middlewares ([37d32ca](https://github.com/guidesmiths/license-checker/commit/37d32caafbe978466026b31bd3e7bbe0a7fc8be2))
* add runner ([21d3e3c](https://github.com/guidesmiths/license-checker/commit/21d3e3c26af293581b27f0725e6523008d3dd629))
* wrap license-check in promise ([2d8a5b6](https://github.com/guidesmiths/license-checker/commit/2d8a5b620ae1bb135bb90db84553a9690b67d638))


### 🔄 Code Refactoring

* simplify entry point ([84dceef](https://github.com/guidesmiths/license-checker/commit/84dceefcf5a996618f6ec0c77e6d10319cbd5d54))
* simplify runner and move function to utils ([c966d89](https://github.com/guidesmiths/license-checker/commit/c966d893d7f26c4ad8986a2d95c460d57c750f3d))


### 🐛 Bug Fixes

* amend file generation on no arguments ([297b954](https://github.com/guidesmiths/license-checker/commit/297b9543fabc1adf5d252223643a450d070c17ab))

### [2.0.1](https://github.com/guidesmiths/license-checker/compare/v2.0.0...v2.0.1) (2022-05-09)


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": "@guidesmiths/license-checker",
"version": "2.0.1",
"version": "2.1.0",
"description": "Audit your NPM dependencies and reject any forbidden license.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 875438f

Please sign in to comment.