From 7f0472f404738cb20eda750071e189651d8ea59f Mon Sep 17 00:00:00 2001 From: ybiquitous Date: Mon, 4 Sep 2023 14:59:20 +0000 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf644be..841f9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.5.0](https://github.com/ybiquitous/npm-diff-action/compare/v1.4.1...v1.5.0) (2023-09-04) + +### Features + +- **deps:** bump node from 18 to 20 ([#249](https://github.com/ybiquitous/npm-diff-action/issues/249)) ([27dc904](https://github.com/ybiquitous/npm-diff-action/commit/27dc9047a0fb889bdf5ddcabe4a9a862e19e1cc7)) + ### [1.4.1](https://github.com/ybiquitous/npm-diff-action/compare/v1.4.0...v1.4.1) (2022-12-03) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 9f8ef97..1f5abb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-diff-action", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npm-diff-action", - "version": "1.4.1", + "version": "1.5.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 03aabdb..d9c828f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "npm-diff-action", - "version": "1.4.1", + "version": "1.5.0", "description": "`npm diff` Action", "author": "Masafumi Koba", "license": "MIT",