You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,38 @@
1
1
# Changelog
2
2
3
+
## 6.1.0 (2025-07-05)
4
+
5
+
### 🗃️ Commits
6
+
7
+
8
+
#### ⭐ New Features
9
+
10
+
- ✨ add template sync system for derived repositories - [91ae9ec](https://github.com/timelessco/next-ts-app-template/commit/91ae9ec93572c3c0fb3fe16733b16bec0f9f8abf) by @navin-moorthy
11
+
12
+
13
+
14
+
#### 🐞 Bug Fixes
15
+
16
+
-**`deps:`** replace all dependencies ([#384](https://github.com/timelessco/next-ts-app-template/issues/384)) - [1edbd61](https://github.com/timelessco/next-ts-app-template/commit/1edbd6164a30c2c06fc7b1a53fb8c649b94e3b26) by @renovate[bot]
17
+
18
+
-**`svgo:`** 🐛 comment out "removeXMLNS" optimization in SVGO config - [34a6bcb](https://github.com/timelessco/next-ts-app-template/commit/34a6bcb30fc901e30ed16bb4b2274c254f459c5c) by @navin-moorthy
19
+
20
+
21
+
22
+
#### ♻️ Code Refactoring
23
+
24
+
-**`scripts:`** ♻️ enhance error handling in clean script - [3bfac4e](https://github.com/timelessco/next-ts-app-template/commit/3bfac4e9d6402133957002d9b60307d294b068e5) by @navin-moorthy
25
+
26
+
-**`scripts:`** ♻️ improve SVG optimization and clean scripts - [2779e52](https://github.com/timelessco/next-ts-app-template/commit/2779e52d4e952d9eda4605dabdb72a388717f60f) by @navin-moorthy
27
+
28
+
29
+
30
+
#### 🔨 Maintenance Updates
31
+
32
+
-**`cspell:`** 🧹 add "Elems" to spell check dictionary - [e02c2af](https://github.com/timelessco/next-ts-app-template/commit/e02c2afabeabe9df81023f888073c71071a4f9cb) by @navin-moorthy
33
+
34
+
-**`scripts:`** 🧹 integrate fs-extra for file operations - [cfcb668](https://github.com/timelessco/next-ts-app-template/commit/cfcb668b301011d9e19871d4ffbe0cd9a489baa6) by @navin-moorthy
0 commit comments