Skip to content

Commit 8e39031

Browse files
chore(main): release 2.8.0
1 parent 1fa5964 commit 8e39031

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [2.8.0](https://github.com/chimpdev/skyhan.cloud/compare/v2.7.0...v2.8.0) (2025-05-07)
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+
* implement environment variable validation using zod ([1fa5964](https://github.com/chimpdev/skyhan.cloud/commit/1fa5964c883a6fb135288c99e480c86a4302e648))
11+
* implement environment variable validation using zod ([a5e68d2](https://github.com/chimpdev/skyhan.cloud/commit/a5e68d2eadfb2574df27d758108f150d47cd4e33))
12+
* update resume pdf file ([6f1e5b5](https://github.com/chimpdev/skyhan.cloud/commit/6f1e5b5fd0dfa3b4f0acf410061d3c5ba8ce07fb))
13+
14+
15+
### Bug Fixes
16+
17+
* **discord-status:** correct last seen timestamp conversion to milliseconds ([adacc58](https://github.com/chimpdev/skyhan.cloud/commit/adacc58fafd76c3b0f1a600fdab2c53013be9e5c))
18+
319
## [2.7.0](https://github.com/chimpdev/skyhan.cloud/compare/v2.6.0...v2.7.0) (2025-02-12)
420

521

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)