Skip to content

Commit 6de77e2

Browse files
v4.2.6
1 parent 90b9b93 commit 6de77e2

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- commits:
2+
- subject: Update @balena/lint to 9.x
3+
hash: c1809b591bae1b5f1872d5a30eab2eb90337d3cd
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Pagan Gazzard
9+
version: 4.2.6
10+
title: ""
11+
date: 2025-04-10T03:22:06.692Z
112
- commits:
213
- subject: "Tests: convert to typescript"
314
hash: 0f71c04f5812b10f4a9e09bdf280217c64caa0ee

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+
# v4.2.6
8+
## (2025-04-10)
9+
10+
* Update @balena/lint to 9.x [Pagan Gazzard]
11+
712
# v4.2.5
813
## (2025-04-09)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/odata-parser",
3-
"version": "4.2.5",
3+
"version": "4.2.6",
44
"description": "An OData parser written in OMeta",
55
"type": "commonjs",
66
"main": "odata-parser.js",
@@ -40,6 +40,6 @@
4040
"npm": ">=8.1.0"
4141
},
4242
"versionist": {
43-
"publishedAt": "2025-04-09T12:12:31.203Z"
43+
"publishedAt": "2025-04-10T03:22:06.814Z"
4444
}
4545
}

0 commit comments

Comments
 (0)