From 6c7f8cb29edf9baf8a4ce74d74f1b10cc948110a Mon Sep 17 00:00:00 2001 From: Bernhard Pottler Date: Tue, 10 Dec 2024 18:36:49 +0100 Subject: [PATCH] chore(release): 6.7.1 --- CHANGELOG.md | 2 ++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d895fd..6a4d625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1](https://github.com/kessler/license-report/compare/v6.7.0...v6.7.1) (2024-12-10) + ## [6.7.0](https://github.com/kessler/license-report/compare/v6.6.1...v6.7.0) (2024-09-13) ### Features diff --git a/README.md b/README.md index 7e70fc8..0663066 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.7.0-blue.svg?cacheSeconds=2592000) +![Version](https://img.shields.io/badge/version-6.7.1-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 3a3d1bf..f3012a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "license-report", - "version": "6.7.0", + "version": "6.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "license-report", - "version": "6.7.0", + "version": "6.7.1", "license": "MIT", "dependencies": { "@kessler/tableify": "^1.0.2", diff --git a/package.json b/package.json index 79f2586..332af60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "license-report", - "version": "6.7.0", + "version": "6.7.1", "description": "creates a short report about project's dependencies (license, url etc)", "main": "index.js", "scripts": {