Skip to content

Commit 9ee8582

Browse files
committed
chore(release): 4.11.1
1 parent fb1c476 commit 9ee8582

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.11.1](https://github.com/Polyterative/Patcher/compare/v4.11.0...v4.11.1) (2025-10-17)
6+
7+
8+
### Features
9+
10+
* **auth:** add password reset flow ([b8d20f6](https://github.com/Polyterative/Patcher/commit/b8d20f6f0ebb63e20c29c90d6ab3456e2489918e))
11+
* **patch-detail-data:** enhance connection feedback ([c307b52](https://github.com/Polyterative/Patcher/commit/c307b528201f03d2cae02c149395319e34956693))
12+
* **patch-detail:** improve connection handling and patch update logic -vibe- ([0160acf](https://github.com/Polyterative/Patcher/commit/0160acfbe153e207d299a40a9384f8070e33fd8c))
13+
* update Node.js version to 22.x and add Vercel configuration ([7a3ba9f](https://github.com/Polyterative/Patcher/commit/7a3ba9fd7122c7f13a4f438245aa6d7ac7ed8f13))
14+
15+
16+
### Bug Fixes
17+
18+
* **package.json:** update Node.js engine version range ([11a5522](https://github.com/Polyterative/Patcher/commit/11a5522cc0a9cf1d72229706d10a748b237337b1))
19+
* preload custom font to prevent flash of unstyled text (FOUT) ([12038f6](https://github.com/Polyterative/Patcher/commit/12038f6cec24945389fb11e8b16ee29373b7d63a))
20+
* **supabase.service:** restore patch save ([9ff01d5](https://github.com/Polyterative/Patcher/commit/9ff01d5fb3d31c97acc9b82221ae5e00bd2271e1))
21+
* **vercel.json:** remove functions configuration and retain output directory ([056af6e](https://github.com/Polyterative/Patcher/commit/056af6e6bc28613c6d8b4638c8a413b0e32e173e))
22+
523
## [4.11.0](https://github.com/Polyterative/Patcher/compare/v4.10.2...v4.11.0) (2025-03-29)
624

725

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patcher",
3-
"version": "4.11.0",
3+
"version": "4.11.1",
44
"scripts": {
55
"start": "ng serve --port 5556",
66
"startProd": "ng serve --configuration production --hmr ",
@@ -110,4 +110,4 @@
110110
"ts-node": "^10.9.2",
111111
"typescript": "5.4.4"
112112
}
113-
}
113+
}

src/assets/md/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.11.1](https://github.com/Polyterative/Patcher/compare/v4.11.0...v4.11.1) (2025-10-17)
6+
7+
8+
### Features
9+
10+
* **auth:** add password reset flow ([b8d20f6](https://github.com/Polyterative/Patcher/commit/b8d20f6f0ebb63e20c29c90d6ab3456e2489918e))
11+
* **patch-detail-data:** enhance connection feedback ([c307b52](https://github.com/Polyterative/Patcher/commit/c307b528201f03d2cae02c149395319e34956693))
12+
* **patch-detail:** improve connection handling and patch update logic -vibe- ([0160acf](https://github.com/Polyterative/Patcher/commit/0160acfbe153e207d299a40a9384f8070e33fd8c))
13+
* update Node.js version to 22.x and add Vercel configuration ([7a3ba9f](https://github.com/Polyterative/Patcher/commit/7a3ba9fd7122c7f13a4f438245aa6d7ac7ed8f13))
14+
15+
16+
### Bug Fixes
17+
18+
* **package.json:** update Node.js engine version range ([11a5522](https://github.com/Polyterative/Patcher/commit/11a5522cc0a9cf1d72229706d10a748b237337b1))
19+
* preload custom font to prevent flash of unstyled text (FOUT) ([12038f6](https://github.com/Polyterative/Patcher/commit/12038f6cec24945389fb11e8b16ee29373b7d63a))
20+
* **supabase.service:** restore patch save ([9ff01d5](https://github.com/Polyterative/Patcher/commit/9ff01d5fb3d31c97acc9b82221ae5e00bd2271e1))
21+
* **vercel.json:** remove functions configuration and retain output directory ([056af6e](https://github.com/Polyterative/Patcher/commit/056af6e6bc28613c6d8b4638c8a413b0e32e173e))
22+
523
## [4.11.0](https://github.com/Polyterative/Patcher/compare/v4.10.2...v4.11.0) (2025-03-29)
624

725

0 commit comments

Comments
 (0)