Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Nov 6, 2024
2 parents 872610c + 06e07e5 commit d92e2c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.0](https://github.com/chimpdev/bencan.net/compare/v2.0.1...v2.1.0) (2024-11-06)


### Features

* **metadata:** implement generateMetadata utility for dynamic metadata generation ([0d9f22f](https://github.com/chimpdev/bencan.net/commit/0d9f22f2051d9380f7db5e63d9c04848dfdd84e9))


### Bug Fixes

* **tooltip:** change max width of tooltip content to 320px ([f661ed4](https://github.com/chimpdev/bencan.net/commit/f661ed48d975e5c638fc5dfcdfb829426f3f0209))

## [2.0.1](https://github.com/chimpdev/bencan.net/compare/v2.0.0...v2.0.1) (2024-11-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "bencan.net",
"private": true,
"version": "2.0.1",
"version": "2.1.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
Expand Down

0 comments on commit d92e2c3

Please sign in to comment.