Skip to content

Commit d92e2c3

Browse files
committed
2 parents 872610c + 06e07e5 commit d92e2c3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/chimpdev/bencan.net/compare/v2.0.1...v2.1.0) (2024-11-06)
4+
5+
6+
### Features
7+
8+
* **metadata:** implement generateMetadata utility for dynamic metadata generation ([0d9f22f](https://github.com/chimpdev/bencan.net/commit/0d9f22f2051d9380f7db5e63d9c04848dfdd84e9))
9+
10+
11+
### Bug Fixes
12+
13+
* **tooltip:** change max width of tooltip content to 320px ([f661ed4](https://github.com/chimpdev/bencan.net/commit/f661ed48d975e5c638fc5dfcdfb829426f3f0209))
14+
315
## [2.0.1](https://github.com/chimpdev/bencan.net/compare/v2.0.0...v2.0.1) (2024-11-05)
416

517

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

0 commit comments

Comments
 (0)