Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcf3d4a

Browse files
committed
chore(release): v1.78.0
1 parent 3a0cea0 commit fcf3d4a

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v1.78.0
2+
3+
[compare changes](https://github.com/AshGw/mysite/compare/v1.77.0...v1.78.0)
4+
5+
### 🚀 Enhancements
6+
7+
- Looksmaxx the home page ([657044a](https://github.com/AshGw/mysite/commit/657044a))
8+
- Add back up top button ([3a0cea0](https://github.com/AshGw/mysite/commit/3a0cea0))
9+
10+
### 🏡 Chore
11+
12+
- Change the container exposed port to `3000` ([586780b](https://github.com/AshGw/mysite/commit/586780b))
13+
- Typos cleanup ([8b367b7](https://github.com/AshGw/mysite/commit/8b367b7))
14+
15+
### 🤖 CI
16+
17+
- **fix:** Docker job typo ([f862e6d](https://github.com/AshGw/mysite/commit/f862e6d))
18+
19+
### ❤️ Contributors
20+
21+
- AshGw ([@AshGw](http://github.com/AshGw))
22+
123
## v1.77.0
224

325
[compare changes](https://github.com/AshGw/mysite/compare/v1.76.0...v1.77.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysite",
3-
"version": "1.77.0",
3+
"version": "1.78.0",
44
"private": true,
55
"scripts": {
66
"build": "next build",
@@ -80,4 +80,4 @@
8080
"tailwindcss-animate": "^1.0.7",
8181
"typed.js": "^2.1.0"
8282
}
83-
}
83+
}

0 commit comments

Comments
 (0)