From dde9114b56685460a070044fdae0fab83cabed2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2020 07:39:28 +0000 Subject: [PATCH] chore(release): 22.2.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 ad4832a1..a4ef49f9 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.2.1](https://github.com/renovatebot/github-action/compare/v22.2.0...v22.2.1) (2020-07-24) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.2.1 ([#163](https://github.com/renovatebot/github-action/issues/163)) ([c1f5d61](https://github.com/renovatebot/github-action/commit/c1f5d6114a0310829ba0b61b180b4377e822cdba)) + ## [22.2.0](https://github.com/renovatebot/github-action/compare/v22.1.0...v22.2.0) (2020-07-23) diff --git a/dist/index.js b/dist/index.js index 3e99e4f9..6f7a07c4 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.2.0-slim'; + this.tag = '22.2.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 740b4e06..9e7d8b24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.2.0", + "version": "22.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c0ff35a9..bbc09ec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.2.0", + "version": "22.2.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",