Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 7, 2024
1 parent 0893e1e commit 5931d43
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
24 changes: 24 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
- commits:
- subject: Fix mismatch when filtering reactions by login user
hash: d8c3287090718e56f62b8db66ea3330ffb996a58
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
nested: []
- subject: Setup husky hooks to check bundle generated files
hash: 8aafcb666d91f244e0e50f67a295b93553e7470c
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
nested: []
version: 0.0.4
title: ""
date: 2024-10-07T02:02:54.803Z
- commits:
- subject: Switch to javascript action from template
hash: b3bdf102ae2b364ba51008df30ab5b02f4590b08
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/).

## 0.0.4 - 2024-10-07

* Fix mismatch when filtering reactions by login user [Kyle Harding]
* Setup husky hooks to check bundle generated files [Kyle Harding]

## 0.0.3 - 2024-10-04

* Switch to javascript action from template [Kyle Harding]
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": "approved-commit-action",
"description": "Wait for approval from a repository maintainer on a commit comment",
"version": "0.0.3",
"version": "0.0.4",
"author": "",
"private": true,
"homepage": "https://github.com/balena-io-experimental/review-commit-action#readme",
Expand Down Expand Up @@ -84,6 +84,6 @@
"prettier": "^3.3.3"
},
"versionist": {
"publishedAt": "2024-10-04T19:59:24.301Z"
"publishedAt": "2024-10-07T02:02:54.847Z"
}
}

0 comments on commit 5931d43

Please sign in to comment.