From c779483e629d4523eb060b46900de7f979a10801 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2020 14:04:48 +0000 Subject: [PATCH] chore(release): 22.14.0 --- 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 3ea4110b..c8112474 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.14.0](https://github.com/renovatebot/github-action/compare/v22.13.1...v22.14.0) (2020-08-09) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.14.0 ([#187](https://github.com/renovatebot/github-action/issues/187)) ([3ceee18](https://github.com/renovatebot/github-action/commit/3ceee18d7b73c358b11541b0c241e25b2453fb60)) + ### [22.13.1](https://github.com/renovatebot/github-action/compare/v22.13.0...v22.13.1) (2020-08-07) diff --git a/dist/index.js b/dist/index.js index f8aed085..97ae9073 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.13.1-slim'; + this.tag = '22.14.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 2f5a2c41..901a71c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.13.1", + "version": "22.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ece7a6ba..41302adb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.13.1", + "version": "22.14.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",