Skip to content

Commit c3da1fd

Browse files
committed
chore(release): v2.6.0
1 parent cd03b35 commit c3da1fd

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

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

3+
## v2.6.0
4+
5+
[compare changes](https://github.com/vuejs-jp/vuefes-2025/compare/v2.5.2...v2.6.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Add sponsor (MedPeer) ([#914](https://github.com/vuejs-jp/vuefes-2025/pull/914))
10+
- Add store page ([#926](https://github.com/vuejs-jp/vuefes-2025/pull/926))
11+
12+
### 🩹 Fixes
13+
14+
- Disable auto generate robots.txt ([#913](https://github.com/vuejs-jp/vuefes-2025/pull/913))
15+
- Route key ([08c3033](https://github.com/vuejs-jp/vuefes-2025/commit/08c3033))
16+
17+
### 💅 Refactors
18+
19+
- Replace zod with valibot ([#912](https://github.com/vuejs-jp/vuefes-2025/pull/912))
20+
21+
### 🏡 Chore
22+
23+
- Sponsor logo (MedPeer) ([#927](https://github.com/vuejs-jp/vuefes-2025/pull/927))
24+
- Aspect ([f450c18](https://github.com/vuejs-jp/vuefes-2025/commit/f450c18))
25+
- **deps-dev:** Bump @nuxt/eslint from 1.3.0 to 1.8.0 ([#894](https://github.com/vuejs-jp/vuefes-2025/pull/894))
26+
- Styles (sp menu btn, wide layout transition) ([#929](https://github.com/vuejs-jp/vuefes-2025/pull/929))
27+
- Speaker info (Yuichi Yogo) ([#934](https://github.com/vuejs-jp/vuefes-2025/pull/934))
28+
- Remove unnecessary `component: "root"` ([#935](https://github.com/vuejs-jp/vuefes-2025/pull/935))
29+
- Add plans overview ([cd03b35](https://github.com/vuejs-jp/vuefes-2025/commit/cd03b35))
30+
31+
### ❤️ Contributors
32+
33+
- Ubugeeei <ubuge1122@gmail.com>
34+
- Hal ([@Hal-Spidernight](https://github.com/Hal-Spidernight))
35+
- Totocalcio <totohyper@yahoo.co.jp>
36+
- ハン / Han ([@hannoeru](https://github.com/hannoeru))
37+
- Naoki Haba ([@naokihaba](https://github.com/naokihaba))
38+
339
## v2.5.2
440

541
[compare changes](https://github.com/vuejs-jp/vuefes-2025/compare/v2.5.1...v2.5.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuefes-2025",
33
"private": true,
4-
"version": "2.5.2",
4+
"version": "2.6.0",
55
"type": "module",
66
"author": {
77
"name": "ubugeeei",

0 commit comments

Comments
 (0)