diff --git a/CHANGELOG.md b/CHANGELOG.md
index 723a9c5..243c448 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.5](https://github.com/TMCB-SPACE/release/compare/v1.0.4...v1.0.5) (2023-11-14)
+
+
+### 🔥 Performance Improvements
+
+* update semantic release for peer package dependency ([6905b84](https://github.com/TMCB-SPACE/release/commit/6905b8419298cde3307c4e4d00112aa41c62456c))
+
 ## [1.0.4](https://github.com/TMCB-SPACE/release/compare/v1.0.3...v1.0.4) (2023-11-14)
 
 
diff --git a/action.yml b/action.yml
index ff5b23e..2baaa9f 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.4'
+  image: 'docker://ghcr.io/tmcb-space/release:1.0.5'
 
diff --git a/package-lock.json b/package-lock.json
index b754c43..77e838e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@tmcb/release",
-  "version": "1.0.4",
+  "version": "1.0.5",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@tmcb/release",
-      "version": "1.0.4",
+      "version": "1.0.5",
       "hasInstallScript": true,
       "license": "MIT",
       "dependencies": {
diff --git a/package.json b/package.json
index 6c10e3a..64e5f22 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@tmcb/release",
   "description": "Node.js and docker github actions compatible semantic-release shareable config to publish to npmjs.com and ghcr.io",
-  "version": "1.0.4",
+  "version": "1.0.5",
   "license": "MIT",
   "files": [
     "release.config.js"