Skip to content

Commit 846b330

Browse files
committed
chore: release v2.1.0
1 parent 053dedb commit 846b330

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 2.1.0 (2025-03-31)
4+
5+
* chore: move icon generation into a utility package ([15bbb76](https://github.com/benyap/benyap.com/commit/15bbb76))
6+
* chore: move portfolio into `apps` directory ([2e90254](https://github.com/benyap/benyap.com/commit/2e90254))
7+
* chore: update release workflow ([bda317b](https://github.com/benyap/benyap.com/commit/bda317b))
8+
* chore(photos): add photos app ([a357d83](https://github.com/benyap/benyap.com/commit/a357d83))
9+
* chore(portfolio): fix lint warning ([053dedb](https://github.com/benyap/benyap.com/commit/053dedb))
10+
* fix(portfolio): fix OG url not being a fully qualified path ([0cf94f2](https://github.com/benyap/benyap.com/commit/0cf94f2))
11+
* feat(portfolio): add `/api/version` route ([69ea625](https://github.com/benyap/benyap.com/commit/69ea625))
12+
* feat(portfolio): add robots.txt and og metadata ([cc7236a](https://github.com/benyap/benyap.com/commit/cc7236a))
13+
314
## <small>2.0.3 (2025-03-30)</small>
415

516
* chore: add firebase provider ([b6af188](https://github.com/benyap/benyap.com/commit/b6af188))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2.0.3"
2+
"version": "2.1.0"
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benyap.com",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"private": true,
55
"engines": {
66
"node": "22"

0 commit comments

Comments
 (0)