diff --git a/CHANGELOG.md b/CHANGELOG.md index dd69ac0f..77e7251b 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. +### [32.2.1](https://github.com/renovatebot/github-action/compare/v32.2.0...v32.2.1) (2022-03-12) + + +### Bug Fixes + +* **deps:** update dependency renovate/renovate to v32.2.1 ([df57826](https://github.com/renovatebot/github-action/commit/df57826e156b27df18b1890f730abcc876e172ac)) + ## [32.2.0](https://github.com/renovatebot/github-action/compare/v32.1.1...v32.2.0) (2022-03-11) diff --git a/dist/index.js b/dist/index.js index 7976bfbf..070d9169 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2832,7 +2832,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '32.2.0-slim'; + this.tag = '32.2.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 5f5d8518..a552f520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.2.0", + "version": "32.2.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",