Skip to content

Commit 82006f1

Browse files
committed
chore: update package versions for backend and frontend to 1.1.9 and 1.3.9 respectively
- Bumped backend version from 1.1.8 to 1.1.9 in package.json and package-lock.json. - Updated frontend version from 1.3.8 to 1.3.9 in package.json and package-lock.json. - Modified greeting message in AppService to reflect the new backend version.
1 parent b775de9 commit 82006f1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitflow-api",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "Backend CommitFlow",
55
"author": "asepindrak",
66
"private": false,

backend/src/app.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { Injectable } from "@nestjs/common";
33
@Injectable()
44
export class AppService {
55
getHello(): string {
6-
return `CommitFlow API (1.1.8) is running!`;
6+
return `CommitFlow API (1.1.9) is running!`;
77
}
88
}

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "asepindrak",
55
"private": false,
66
"license": "MIT",
7-
"version": "1.3.8",
7+
"version": "1.3.9",
88
"type": "module",
99
"scripts": {
1010
"dev": "vite --host 0.0.0.0",

0 commit comments

Comments
 (0)