Skip to content

Commit d6eb3e8

Browse files
v2.0.1
1 parent e31eb75 commit d6eb3e8

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: Update base image"
3+
hash: daa8436f1ed863b4a341819d596f72b86a5b6a25
4+
body: ""
5+
footer:
6+
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
7+
signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
8+
author: Vipul Gupta (@vipulgupta2048)
9+
nested: []
10+
version: 2.0.1
11+
title: ""
12+
date: 2024-04-19T17:37:00.478Z
113
- commits:
214
- subject: Add support for external contributors
315
hash: 385be255a62c7330c3386247113950e56cfcf6d5

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.1 - 2024-04-19
8+
9+
* patch: Update base image [Vipul Gupta (@vipulgupta2048)]
10+
711
## 2.0.0 - 2024-04-03
812

913
* Add support for external contributors [Vipul Gupta]

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.0
29+
version: 2.0.1

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.0",
3+
"version": "2.0.1",
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": "2024-04-03T06:23:57.621Z"
31+
"publishedAt": "2024-04-19T17:37:00.549Z"
3232
}
3333
}

0 commit comments

Comments
 (0)