From fdb5b74adc1278ddb777dfed4c988b9d098bb48d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Feb 2023 18:09:27 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/Saionaro/extract-package-version/compare/v1.2.0...v1.2.1) (2023-02-06) ### Bug Fixes * downgrade action to node16 ([0e9389b](https://github.com/Saionaro/extract-package-version/commit/0e9389b1dee61f506af9453c40da245de2c7c5aa)) --- 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 0172577..f0532df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "extract-package-version", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "extract-package-version", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0" diff --git a/package.json b/package.json index ddb6875..3f30494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-package-version", - "version": "1.2.0", + "version": "1.2.1", "description": "Allows you to get the npm version of the package in your Github Actions workflow", "main": "index.js", "scripts": {