From 6bb3e009a704f3dbe5ea164901cc29aaaffba6a1 Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:59:15 +0000 Subject: [PATCH] chore(release): 1.3.2 [skip ci] ## [1.3.2](https://github.com/vidavidorra/renovate/compare/v1.3.1...v1.3.2) (2023-09-26) ### Bug Fixes * **deps:** update renovatebot/github-action action to v39 ([#292](https://github.com/vidavidorra/renovate/issues/292)) ([4a0cca1](https://github.com/vidavidorra/renovate/commit/4a0cca12677067cff4ea33ccdbf5bc6cf30c6b86)) --- 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 2152e896..756a131e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.3.2](https://github.com/vidavidorra/renovate/compare/v1.3.1...v1.3.2) (2023-09-26) + +### Bug Fixes + +- **deps:** update renovatebot/github-action action to v39 ([#292](https://github.com/vidavidorra/renovate/issues/292)) ([4a0cca1](https://github.com/vidavidorra/renovate/commit/4a0cca12677067cff4ea33ccdbf5bc6cf30c6b86)) + ## [1.3.1](https://github.com/vidavidorra/renovate/compare/v1.3.0...v1.3.1) (2023-08-09) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index c32d6f06..61a47789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "renovate", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "renovate", - "version": "1.3.1", + "version": "1.3.2", "license": "GPL-3.0-or-later", "devDependencies": { "@commitlint/cli": "17.7.1", diff --git a/package.json b/package.json index 3f748bba..11756765 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "renovate", - "version": "1.3.1", + "version": "1.3.2", "private": true, "description": "Self-hosted Renovate.", "homepage": "https://github.com/vidavidorra/renovate#readme",