Skip to content

Commit 6a42ba8

Browse files
chore(main): release 2.4.0 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a6c39f commit 6a42ba8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [2.4.0](https://github.com/chimpdev/bencan.net/compare/v2.3.0...v2.4.0) (2024-11-30)
4+
5+
6+
### Features
7+
8+
* **blog:** add new blog "using-lantern-rest-to-display-your-discord-presence" ([0a2c919](https://github.com/chimpdev/bencan.net/commit/0a2c9192b6d22d6ccf34b81638a5ac19e93ab687))
9+
* **discord-status:** add Discord status component to display online/offline status ([3a6c39f](https://github.com/chimpdev/bencan.net/commit/3a6c39f3ff0a1d62456ccc10370d7dfad5bc80f0))
10+
* **metadata:** add date to generated metadata if provided ([1ae142e](https://github.com/chimpdev/bencan.net/commit/1ae142ec79e4f4925828d2b563e72c2e1fe7f05e))
11+
12+
13+
### Bug Fixes
14+
15+
* **songs:** update key prop to include played_at for unique identification ([41114b2](https://github.com/chimpdev/bencan.net/commit/41114b202a4c5bf615abb63319afce575bd6c83d))
16+
* **tooltip:** add pointer-events-none to content when disableHoverableContent prop specified ([f0ff41e](https://github.com/chimpdev/bencan.net/commit/f0ff41e93c9f2493b81950cda52251a75c3619ab))
17+
318
## [2.3.0](https://github.com/chimpdev/bencan.net/compare/v2.2.2...v2.3.0) (2024-11-11)
419

520

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.3.0",
5+
"version": "2.4.0",
66
"scripts": {
77
"dev": "next dev --turbopack",
88
"build": "next build",

0 commit comments

Comments
 (0)