diff --git a/CHANGELOG.md b/CHANGELOG.md index a114bad..edd6f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.0.6](https://github.com/pigeonposse/shortskiller/compare/1.0.5...1.0.6) + +- :green_heart: ci(all): text bepp action [`4420538`](https://github.com/pigeonposse/shortskiller/commit/4420538f830e6f106d941f71034c95b4e84bc814) + #### [1.0.5](https://github.com/pigeonposse/shortskiller/compare/1.0.4...1.0.5) +> 30 July 2024 + +- :construction_worker: build(lib): Release v1.0.5 [`65510fa`](https://github.com/pigeonposse/shortskiller/commit/65510fa189712a9420d5e49f1f9f833e9e45d418) - :green_heart: ci(all): fix ci [`cd90236`](https://github.com/pigeonposse/shortskiller/commit/cd9023692b7b4776bdde0a784cc3eea8a2348a89) #### [1.0.4](https://github.com/pigeonposse/shortskiller/compare/1.0.3...1.0.4) diff --git a/package.json b/package.json index 2a98395..16eb3dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "shortskiller", "description": "πŸ“ΊπŸ§© shortsKiller is a browser extension that removes Shorts from YouTube 🐦🌈", - "version": "1.0.5", + "version": "1.0.6", "type": "module", "engines": { "node": "12.17.0 || 14.13 || >=16.0.0", diff --git a/src/man/chrome/manifest.json b/src/man/chrome/manifest.json index 644ae31..1608a5d 100644 --- a/src/man/chrome/manifest.json +++ b/src/man/chrome/manifest.json @@ -1,6 +1,6 @@ { "name": "shortsKiller", - "version": "1.0.5", + "version": "1.0.6", "description": "πŸ“ΊπŸ§© shortsKiller remove shorts from YouTube. 🐦🌈", "manifest_version": 3, "icons": { diff --git a/src/man/firefox/manifest.json b/src/man/firefox/manifest.json index fc34773..6911e33 100644 --- a/src/man/firefox/manifest.json +++ b/src/man/firefox/manifest.json @@ -1,6 +1,6 @@ { "name": "shortsKiller", - "version": "1.0.5", + "version": "1.0.6", "description": "πŸ“ΊπŸ§© shortsKiller remove shorts from YouTube. 🐦🌈", "manifest_version": 2, "icons": {