Releases: awjh/license-check-and-add
Releases · awjh/license-check-and-add
Resolve npm audit
resolve npm audit Signed-off-by: awjh <[email protected]>
Add license file
Adds license file to match the license in the package.json
Resolve npm audit which didn't result in breaking changes
Resolves some of the warnings from npm audit. Further warnings in npm audit will require a version bump of yargs which will affect the node engine version this project can work with. This will be resolved in the next major release.
Support numbers as regex replacement
🥞
Fix issue #49
Version 4.0.1
Test release process
Version 4.0.0
- Introduce support for regex patterns within lines of a license's text #15
- Add support for formatting Dockerfile type files containing no
.
#26 - Remove checking of
.git
folder by default #21 - Split ignore to add ignoreFile allowing specification of an ignore file and also specific license ignores #28 #22
- Move CI to use azure pipelines
Fix NPM audit failures
Updates required modules such as lodash to fix npm audit failures.
Bump handlebars version to 4.5.3
Bump handlebars to v4.5.3 in package-lock.json to resolve security audit failure.
Update travis build script to fix npm api_key missing.
Version 3.0.3
- Fixes issue where insert used normalised license and file
Version 3.0.2
- Resolves regression noted by #16 where license endings were not normalised
- Adds missing section on trailing whitespace in README
- Adds missing section on output in README