Skip to content

Commit 407bf23

Browse files
committed
chore: update version and changelog
1 parent 76f4990 commit 407bf23

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.MD

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
To see tags and releases, please go to [Tags](https://github.com/AlexJSully/AlexJSully-Portfolio/tags) on [GitHub](https://github.com/AlexJSully/AlexJSully-Portfolio).
88

9+
## [2.0.6] - 2024-01-10
10+
11+
Feature:
12+
13+
- Added error and 404 pages
14+
- Clicking name in navbar brings to socials component
15+
16+
Optimizations:
17+
18+
- Applied anti-aliasing to everything
19+
- Applied image caching and remote patterns to Next.js configuration
20+
- Prefetched links
21+
- Refactored unnecessary code
22+
923
## [2.0.5] - 2024-01-09
1024

1125
Data:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://alexjsully.me/"
88
}
99
],
10-
"version": "2.0.5",
10+
"version": "2.0.6",
1111
"private": true,
1212
"description": "Portfolio and showcase for Alexander Joo-Hyun Sullivan and related projects & experiences.",
1313
"scripts": {
@@ -18,7 +18,7 @@
1818
"eslint": "eslint --fix ./ --ignore-path .gitignore",
1919
"eslint:check": "eslint ./ --ignore-path .gitignore",
2020
"lint": "next lint",
21-
"pre-commit": "npm run prettier && npm run eslint && npm run build",
21+
"pre-commit": "npm run prettier && npm run eslint && npm run lint && npm run build",
2222
"prettier": "prettier --write ./",
2323
"prettier:check": "prettier --check ./",
2424
"start": "next start"

0 commit comments

Comments
 (0)