Skip to content

Commit add4fc4

Browse files
committed
Version and Changelog
1 parent 36cd120 commit add4fc4

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ SMTP_PORT=587
6666
NOTE: The above steps will simulate a remote server. An entrypoint.sh script will initialize Docker Swarm, create networks, secrets, configs, build images and start the web portfolio services. The application should be accessible via port 80.
6767

6868
## Pre-Merge Checklist
69-
* Update [Portfolio VERSION](./portfolio/VERSION) or [Mail Server VERSION](./mail-server/VERSION)
69+
* Update [Portfolio VERSION](./portfolio/package.json) or [Mail Server VERSION](./mail-server/package.json)
7070
* Update [Portfolio package.json](./portfolio/package.json) or [Mail Server package.json](./mail-server/package.json)
7171
* Update [Porfolio CHANGELOG.md](./portfolio/CHANGELOG.md) or [Mail Server CHANGELOG.md](./mail-server/CHANGELOG.md)

portfolio/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 2.1.2
4+
* Update Profile Photo.
5+
36
## 2.1.1
47
* Add Investo Manifesto Project.
58

portfolio/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.

portfolio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-portfolio-v2",
33
"private": true,
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --mode development",

0 commit comments

Comments
 (0)