Skip to content

Commit c9fdee7

Browse files
chore(main): release 2.8.0
1 parent 4b3a20f commit c9fdee7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## [2.8.0](https://github.com/chimpdev/skyhan.cloud/compare/v2.7.0...v2.8.0) (2025-05-09)
4+
5+
6+
### Features
7+
8+
* add rybbit analytics script to layout ([30a7a1d](https://github.com/chimpdev/skyhan.cloud/commit/30a7a1d2afd1d97e4d8105b180c1de5827f32033))
9+
* add selfie image to header ([858dfda](https://github.com/chimpdev/skyhan.cloud/commit/858dfda28e55f886d990c3474a21d55a37fb79b3))
10+
* **analytics:** add custom events ([5d590bf](https://github.com/chimpdev/skyhan.cloud/commit/5d590bfe8bbea381690b4a8e138a2f7a5a979807))
11+
* implement environment variable validation using zod ([5d6b589](https://github.com/chimpdev/skyhan.cloud/commit/5d6b5894d6b7d2dacbff3a3d80e7e0a87dca442c))
12+
* remove Spotify integration and related components ([3ebfabd](https://github.com/chimpdev/skyhan.cloud/commit/3ebfabdba73a8c7b8aaa4761813f4fe1dd7ac7b8))
13+
* update resume pdf file ([6f1e5b5](https://github.com/chimpdev/skyhan.cloud/commit/6f1e5b5fd0dfa3b4f0acf410061d3c5ba8ce07fb))
14+
15+
16+
### Bug Fixes
17+
18+
* add 'use client' directive to Projects and Works components ([e42de3a](https://github.com/chimpdev/skyhan.cloud/commit/e42de3ac70f72dfb335bba90facfbffc14c7dfcd))
19+
* **discord-status:** correct last seen timestamp conversion to milliseconds ([adacc58](https://github.com/chimpdev/skyhan.cloud/commit/adacc58fafd76c3b0f1a600fdab2c53013be9e5c))
20+
* move development analytics script to a separate Script component ([4b3a20f](https://github.com/chimpdev/skyhan.cloud/commit/4b3a20fdebbb5126feb0e8003479ad3069da0838))
21+
322
## [2.7.0](https://github.com/chimpdev/skyhan.cloud/compare/v2.6.0...v2.7.0) (2025-02-12)
423

524

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": "skyhan.cloud",
44
"private": true,
5-
"version": "2.7.0",
5+
"version": "2.8.0",
66
"scripts": {
77
"dev": "next dev --turbopack",
88
"build": "next build",

0 commit comments

Comments
 (0)