Skip to content

Commit b03aae4

Browse files
committed
2 parents 9962ff9 + 7b9a4fe commit b03aae4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [2.6.0](https://github.com/chimpdev/bencan.net/compare/v2.5.0...v2.6.0) (2024-12-01)
4+
5+
6+
### Features
7+
8+
* **dependencies:** add 'next-view-transitions' package ([97a865e](https://github.com/chimpdev/bencan.net/commit/97a865eeb1dd53ad6d6394b2e9c47ff22dad4a9c))
9+
* **layout:** wrap RootLayout in ViewTransitions to add page transitions ([8d3cb46](https://github.com/chimpdev/bencan.net/commit/8d3cb4664d3106cb94d20580a3e420e0d6013ae2))
10+
11+
12+
### Bug Fixes
13+
14+
* **discord-status:** refactor link structure ([a3e5de8](https://github.com/chimpdev/bencan.net/commit/a3e5de88321907a5d394fbcd06d1cbfd9fdbfba9))
15+
316
## [2.5.0](https://github.com/chimpdev/bencan.net/compare/v2.4.0...v2.5.0) (2024-12-01)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "bencan.net",
44
"private": true,
5-
"version": "2.5.0",
5+
"version": "2.6.0",
66
"scripts": {
77
"dev": "next dev --turbopack",
88
"build": "next build",

0 commit comments

Comments
 (0)