diff --git a/CHANGELOG.md b/CHANGELOG.md index aeaf3a2..170d165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [6.7.0](https://github.com/kessler/license-report/compare/v6.6.1...v6.7.0) (2024-09-13) + + +### Features + +* use properties of object entries as custom field ([#194](https://github.com/kessler/license-report/issues/194)) ([d9519b2](https://github.com/kessler/license-report/commit/d9519b23d4cdf11c8659c28644eb4fe206df1b5a)) + ## [6.6.1](https://github.com/kessler/license-report/compare/v6.6.0...v6.6.1) (2024-08-02) ## [6.6.0](https://github.com/kessler/license-report/compare/v6.5.1...v6.6.0) (2024-06-23) diff --git a/README.md b/README.md index 3defaa1..7e70fc8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Ownership change will also occur on the npm registry to [Yaniv Kessler](https:// # NPM License Report Tool -![Version](https://img.shields.io/badge/version-6.6.1-blue.svg?cacheSeconds=2592000) +![Version](https://img.shields.io/badge/version-6.7.0-blue.svg?cacheSeconds=2592000) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/kefranabg/readme-md-generator/blob/master/LICENSE) > Generate a license report for the projects dependencies. diff --git a/package-lock.json b/package-lock.json index 50c8489..513e6ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "license-report", - "version": "6.6.1", + "version": "6.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "license-report", - "version": "6.6.1", + "version": "6.7.0", "license": "MIT", "dependencies": { "@kessler/tableify": "^1.0.2", diff --git a/package.json b/package.json index 418fb0b..68ce0a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "license-report", - "version": "6.6.1", + "version": "6.7.0", "description": "creates a short report about project's dependencies (license, url etc)", "main": "index.js", "scripts": {