From 3fe55ec352fa0770a25558114b2a209f3de4db37 Mon Sep 17 00:00:00 2001 From: stdavis Date: Tue, 8 Oct 2024 14:41:42 -0600 Subject: [PATCH] chore(release): 1.6.2 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e555fb..aa96313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.6.2](https://github.com/stdavis/good-samaritan/compare/v1.6.1...v1.6.2) (2024-10-08) + ### [1.6.1](https://github.com/stdavis/good-samaritan/compare/v1.6.0...v1.6.1) (2022-04-11) ## [1.6.0](https://github.com/stdavis/good-samaritan/compare/v1.5.0...v1.6.0) (2022-04-11) diff --git a/package-lock.json b/package-lock.json index 503cfc9..5f84d54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "good-samaritan", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "good-samaritan", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "dependencies": { "@oclif/core": "^4.0.27", diff --git a/package.json b/package.json index 4126cad..9fde964 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "good-samaritan", - "version": "1.6.1", + "version": "1.6.2", "description": "Find open issues from open source dependencies of your project.", "keywords": [ "cli"