Skip to content

Commit

Permalink
bump: version 0.3.6 → 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
commitizen-github-action[bot] committed Dec 20, 2023
1 parent 63f1ee6 commit e481e63
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kurt.von.laven@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit e481e63

Please sign in to comment.