From aae9a87433f64bbc247f7f645519a745fec24b2e Mon Sep 17 00:00:00 2001 From: honzabubenik <138865634+honzabubenik@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:15:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=202.15.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 ce2e054..5d2d461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.15.2 (2024-09-05) + +### 🐛 Bug Fixes + +- Fix exit code 1 when .npmrc does not exist ([250716b](https://github.com/localazy/release/commit/250716b)) + ## 2.15.1 (2024-09-04) ### 🧰 Other Commits diff --git a/package-lock.json b/package-lock.json index fad9a4b..84de508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/release", - "version": "2.15.1", + "version": "2.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@localazy/release", - "version": "2.15.1", + "version": "2.15.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index b4ae683..827aa2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localazy/release", - "version": "2.15.1", + "version": "2.15.2", "description": "Localazy GitHub release action", "author": "Localazy ", "license": "MIT",