Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Apr 19, 2024
1 parent e31eb75 commit d6eb3e8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: "patch: Update base image"
hash: daa8436f1ed863b4a341819d596f72b86a5b6a25
body: ""
footer:
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
author: Vipul Gupta (@vipulgupta2048)
nested: []
version: 2.0.1
title: ""
date: 2024-04-19T17:37:00.478Z
- commits:
- subject: Add support for external contributors
hash: 385be255a62c7330c3386247113950e56cfcf6d5
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.1 - 2024-04-19

* patch: Update base image [Vipul Gupta (@vipulgupta2048)]

## 2.0.0 - 2024-04-03

* Add support for external contributors [Vipul Gupta]
Expand Down
2 changes: 1 addition & 1 deletion balena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ data:
- fincm3
- beaglebone-black
- jetson-tx2
version: 2.0.0
version: 2.0.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-server-node",
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple Expressjs Web server on balena",
"main": "server.js",
"private": true,
Expand Down Expand Up @@ -28,6 +28,6 @@
"serve-favicon": "~2.5.0"
},
"versionist": {
"publishedAt": "2024-04-03T06:23:57.621Z"
"publishedAt": "2024-04-19T17:37:00.549Z"
}
}

0 comments on commit d6eb3e8

Please sign in to comment.