Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 25, 2024
1 parent bf7f03f commit 46492eb
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- commits:
- subject: Initial commit of some app logic to print event payloads
hash: 4446a25ad09fcc4c7a948865448945ef10cef67a
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
version: 0.0.2
title: ""
date: 2024-11-25T20:13:26.549Z
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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

# v0.0.2
## (2024-11-25)

* Initial commit of some app logic to print event payloads [Kyle Harding]
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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deployable",
"version": "1.0.0",
"version": "0.0.2",
"private": true,
"description": "Approve deployments via comments from maintainers",
"author": "Balena",
Expand Down Expand Up @@ -36,5 +36,8 @@
"engines": {
"node": ">= 18"
},
"type": "module"
"type": "module",
"versionist": {
"publishedAt": "2024-11-25T20:13:26.590Z"
}
}

0 comments on commit 46492eb

Please sign in to comment.