From e481e638abdb45e2fa30845305c387a544cc617f Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Wed, 20 Dec 2023 21:12:58 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.6=20=E2=86=92=200.3.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9ac727..acf6ca1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This changelog is auto-generated by the Python-based [Commitizen](https://commitizen-tools.github.io/commitizen). +## 0.3.7 (2023-12-20) + +### Fix + +- **Node.js**: Upgrade from node16 to node20 + ## 0.3.6 (2023-09-13) ### Fix diff --git a/README.md b/README.md index e8db7f54..4b5917d6 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ performs Docker layer caching for built images but does not cache pulled images. ```yaml - name: Cache Docker images. - uses: ScribeMD/docker-cache@0.3.6 + uses: ScribeMD/docker-cache@0.3.7 with: key: docker-${{ runner.os }}-${{ hashFiles(paths) }} ``` diff --git a/package.json b/package.json index e4de7e3d..ccd66429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-cache", - "version": "0.3.6", + "version": "0.3.7", "description": "Cache Docker Images Whether Built or Pulled", "homepage": "https://github.com/ScribeMD/docker-cache#readme", "main": "dist/main/index.js", diff --git a/pyproject.toml b/pyproject.toml index d7a67dc5..9bb1860a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "docker-cache" - version = "0.3.6" + version = "0.3.7" description = "Cache Docker Images Whether Built or Pulled" authors = ["Kurt von Laven "] license = "MIT"