diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f026b7..41135532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,41 +1,8 @@ -## 4.4.5 (2024-12-29) - -* ✅ test(daily-transfer.yml): test setup ssh ([a14283a](https://github.com/M0rtzz/m0rtzz.blog/commit/a14283a)) -* 🔖 tag(package.json): v4.4.5 ([d0cc4cf](https://github.com/M0rtzz/m0rtzz.blog/commit/d0cc4cf)) - - - -## 4.4.4 (2024-12-29) - -* ✅ test(daily-transfer.yml): test ssh verification ([a0a1dcb](https://github.com/M0rtzz/m0rtzz.blog/commit/a0a1dcb)) -* 📝 doc(CHANGELOG.md): automatic update ([1855160](https://github.com/M0rtzz/m0rtzz.blog/commit/1855160)) -* 🔖 tag(package.json): v4.4.4 ([72262e2](https://github.com/M0rtzz/m0rtzz.blog/commit/72262e2)) - - - -## 4.4.3 (2024-12-29) - -* ✅ test(daily-transfer.yml): test env var injection ([e4e5e20](https://github.com/M0rtzz/m0rtzz.blog/commit/e4e5e20)) -* 📝 doc(CHANGELOG.md): automatic update ([9d011a2](https://github.com/M0rtzz/m0rtzz.blog/commit/9d011a2)) -* 🔖 tag(package.json): v4.4.3 ([f525d78](https://github.com/M0rtzz/m0rtzz.blog/commit/f525d78)) - - - -## 4.4.2 (2024-12-29) - -* 📝 doc(CHANGELOG.md): automatic update ([2a84dc4](https://github.com/M0rtzz/m0rtzz.blog/commit/2a84dc4)) -* 🔖 tag(package.json): v4.4.2 ([5a1ca84](https://github.com/M0rtzz/m0rtzz.blog/commit/5a1ca84)) -* 🔨 script(transfer.sh): set debugging mode ([b3e4256](https://github.com/M0rtzz/m0rtzz.blog/commit/b3e4256)) - - - -## 4.4.1 (2024-12-29) - -* ✅ test(daily-transfer.yml): test script ([ec51052](https://github.com/M0rtzz/m0rtzz.blog/commit/ec51052)) -* 📝 doc(CHANGELOG.md): automatic update ([188c032](https://github.com/M0rtzz/m0rtzz.blog/commit/188c032)) -* 🔖 tag(package.json): v4.4.1 ([1e7cdf4](https://github.com/M0rtzz/m0rtzz.blog/commit/1e7cdf4)) +# Changelog +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [4.4.6](https://github.com/M0rtzz/m0rtzz.blog/compare/v4.4.5...v4.4.6) (2024-12-30) ## 4.4.0 (2024-12-29) @@ -2843,5 +2810,3 @@ ISSUES CLOSED: engines: {glibc: '\>=2.28', node: ^18.17.0 \>=21.0.0, npm: '\>=9.6.5', pnpm: '\>=7.1.0', yarn: '\>=3.2.0'} - - diff --git a/package.json b/package.json index 770dc8bc..a4919877 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "m0rtzz.blog", "author": "M0rtzz", - "version": "v4.4.5", + "version": "v4.4.6", "private": true, "scripts": { "dev": "next dev",