diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db7145..723a9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.0.4](https://github.com/TMCB-SPACE/release/compare/v1.0.3...v1.0.4) (2023-11-14) + + +### 🐛 Bug Fixes + +* correct release tag id ([d3b2844](https://github.com/TMCB-SPACE/release/commit/d3b2844a9ce544cd2a90bd914049e3f72d26a766)) + ## [1.0.3](https://github.com/TMCB-SPACE/release/compare/v1.0.2...v1.0.3) (2023-11-14) diff --git a/action.yml b/action.yml index 06bc4c1..ff5b23e 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ branding: color: 'yellow' runs: using: 'docker' - image: 'docker://ghcr.io/tmcb-space/release:1.0.3' + image: 'docker://ghcr.io/tmcb-space/release:1.0.4' diff --git a/package-lock.json b/package-lock.json index 17a169c..884070b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tmcb/release", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tmcb/release", - "version": "1.0.3", + "version": "1.0.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8f6575d..63efc5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tmcb/release", "description": "nodejs and docker github actions compatible semantic-release shareable config to publish to npmjs.com and ghcr.io", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "files": [ "release.config.js"