From 470818a435efacf49ffd4f2e4483ab70c2483130 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 22 Jan 2022 10:10:14 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/cpcloud/niv-dep-info-action/compare/v1.0.3...v2.0.0) (2022-01-22) ### Bug Fixes * **deps:** bump to node v16 ([ea33b23](https://github.com/cpcloud/niv-dep-info-action/commit/ea33b23d8d88c64fc268e793ab50b9fd7f48e3f6)) ### BREAKING CHANGES * **deps:** Bump to node v16 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cfa51f2..9afec4c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "niv-dep-info-action", - "version": "1.0.3", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "niv-dep-info-action", - "version": "1.0.3", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "1.6.0" diff --git a/package.json b/package.json index 7af07d1f..ece3085f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "niv-dep-info-action", - "version": "1.0.3", + "version": "2.0.0", "private": true, "description": "Get information about niv dependencies", "main": "lib/main.js",