Skip to content

Commit 6d5adad

Browse files
committed
🚀 Release v6.1.0
1 parent 91ae9ec commit 6d5adad

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

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
35+
336
## <small>6.0.8 (2025-07-02)</small>
437

538
### 📌 Other Notable Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-ts-app-template",
3-
"version": "6.0.8",
3+
"version": "6.1.0",
44
"private": true,
55
"description": "Next TS App Template",
66
"keywords": [

0 commit comments

Comments
 (0)