Skip to content

Commit 465c655

Browse files
v2.0.3
1 parent ce20b7f commit 465c655

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: "patch: Optimize Dockerfile"
3+
hash: d1d0149454afebb12f7e4e99f0f92e44490078fe
4+
body: ""
5+
footer:
6+
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
7+
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
8+
author: Vipul Gupta (@vipulgupta2048)
9+
nested: []
10+
version: 2.0.3
11+
title: ""
12+
date: 2025-05-06T12:52:58.856Z
113
- commits:
214
- subject: "patch: Replace base image with Docker Official base image"
315
hash: 809db7c5895db9ad4c17191c9cf69d634861a30b

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 2.0.3 - 2025-05-06
8+
9+
* patch: Optimize Dockerfile [Vipul Gupta (@vipulgupta2048)]
10+
711
## 2.0.2 - 2025-04-30
812

913
* patch: Replace base image with Docker Official base image [Vipul Gupta (@vipulgupta2048)]

balena.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ data:
2626
- fincm3
2727
- beaglebone-black
2828
- jetson-tx2
29-
version: 2.0.2
29+
version: 2.0.3

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
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-server-node",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A simple Expressjs Web server on balena",
55
"main": "server.js",
66
"private": true,
@@ -28,6 +28,6 @@
2828
"serve-favicon": "~2.5.0"
2929
},
3030
"versionist": {
31-
"publishedAt": "2025-04-30T15:50:09.170Z"
31+
"publishedAt": "2025-05-06T12:52:58.926Z"
3232
}
3333
}

0 commit comments

Comments
 (0)