Skip to content

Commit 45a77dd

Browse files
committed
Bumped version to 2.0.0 due to one dependency (libmailer) being updated to a newer version. libmailer now uses AWS SDK instead of SMTP endpoint with username and password and is not backward compatible
1 parent cdd1a17 commit 45a77dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/package.json

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

config/client.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.4",
2+
"version": "1.4.5",
33
"title": "Portfolio",
44
"portfolio": {
55
"first_name": "Jelius",

0 commit comments

Comments
 (0)