Skip to content

Commit 9c22e28

Browse files
v0.1.4
1 parent 435195d commit 9c22e28

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Use latest base SHA for cherry-picks
3+
hash: c6997a8f8dd1edb6ce8ae2221282ccdd11fa62e7
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Christina Ying Wang <[email protected]>
9+
signed-off-by: Christina Ying Wang <[email protected]>
10+
author: Christina Ying Wang
11+
version: 0.1.4
12+
title: ""
13+
date: 2025-03-28T18:19:07.337Z
114
- commits:
215
- subject: Add detailed documentation
316
hash: ce5e68c0ec4666c964faa8ca9201b2bf9fd0477e

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
# v0.1.4
8+
## (2025-03-28)
9+
10+
* Use latest base SHA for cherry-picks [Christina Ying Wang]
11+
712
# v0.1.3
813
## (2025-03-20)
914

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": "basejump",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"description": "A GitHub app for rebasing on demand",
66
"author": "Balena",
@@ -40,6 +40,6 @@
4040
},
4141
"type": "module",
4242
"versionist": {
43-
"publishedAt": "2025-03-20T18:43:07.785Z"
43+
"publishedAt": "2025-03-28T18:19:07.384Z"
4444
}
4545
}

0 commit comments

Comments
 (0)