Skip to content

Commit 080e5e2

Browse files
committedApr 4, 2023
chore: updates changelog
1 parent 248baae commit 080e5e2

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed
 

‎CHANGELOG.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
1+
# 4.2.0
2+
3+
## features
4+
5+
- upgrades dependencies
6+
- **analytics:** implements vercel analytics
7+
8+
## fixes
9+
10+
- **recruiter-signup:** fixes path to api route
11+
112
# 4.1.0
213

314
## features
415

5-
- _contact:_ implements contact form api and page
6-
- _sentry:_ re-implements sentry error logging
16+
- **contact:** implements contact form api and page
17+
- **sentry:** re-implements sentry error logging
718

819
# 4.0.2
920

1021
## fixes
1122

12-
- _uses page:_ adds page animation back
23+
- **uses page:** adds page animation back
1324

1425
# 4.0.1
1526

1627
## fixes
1728

18-
- _generateStaticParams:_ fixes implementation and exports static pages for blog posts and case studies
29+
- **generateStaticParams:** fixes implementation and exports static pages for blog posts and case studies
1930

2031
# 4.0.0
2132

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "portfolio",
33
"description": "A redesign of my portfolio website.",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"author": {
66
"name": "Jacob Herper",
77
"email": "jacob@herper.io",

0 commit comments

Comments
 (0)