Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 1, 2024
1 parent 102cf80 commit 4419626
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Populate action outputs for path and version
hash: 7611bcfb2637f474a56c23a9e2212350cc7255f9
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
version: 0.0.3
title: ""
date: 2024-11-01T15:44:44.013Z
- commits:
- subject: Initial code changes to setup ORAS CLI
hash: 044c15add695e25e9c6e48e9de34b480e98056ed
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.3
## (2024-11-01)

* Populate action outputs for path and version [Kyle Harding]

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

Expand Down
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,7 +1,7 @@
{
"name": "setup-oras-action",
"description": "Setup ORAS CLI for GitHub Actions",
"version": "0.0.2",
"version": "0.0.3",
"author": "",
"private": true,
"homepage": "https://github.com/balena-io-experimental/setup-oras-action#readme",
Expand Down Expand Up @@ -86,6 +86,6 @@
"prettier": "^3.3.3"
},
"versionist": {
"publishedAt": "2024-11-01T13:22:53.117Z"
"publishedAt": "2024-11-01T15:44:44.048Z"
}
}

0 comments on commit 4419626

Please sign in to comment.