From d0a9371db84e6731fd098b42efa16468c0ef20ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 17:04:54 +0000 Subject: [PATCH] chore(release): 22.15.1 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd876bc..82858289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [22.15.1](https://github.com/renovatebot/github-action/compare/v22.15.0...v22.15.1) (2020-08-11) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.15.1 ([#192](https://github.com/renovatebot/github-action/issues/192)) ([5ea9cd9](https://github.com/renovatebot/github-action/commit/5ea9cd9b1e271dd8e46a4a092131b6957e0ba35b)) + ## [22.15.0](https://github.com/renovatebot/github-action/compare/v22.14.5...v22.15.0) (2020-08-11) diff --git a/dist/index.js b/dist/index.js index 57ce70db..6d90e53a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1061,7 +1061,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '22.15.0-slim'; + this.tag = '22.15.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 903d36eb..3c9ccca3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.15.0", + "version": "22.15.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3050df18..daf1bbad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.15.0", + "version": "22.15.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",