File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
apps/portfolio/src/constants Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## <small >2.0.3 (2025-03-30)</small >
4
15
5
16
* chore: add firebase provider ([ b6af188] ( https://github.com/benyap/benyap.com/commit/b6af188 ) )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.3 "
2
+ "version" : " 2.1.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " benyap.com" ,
3
- "version" : " 2.0.3 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " 22"
You can’t perform that action at this time.
0 commit comments