Skip to content

Commit 7f73f1a

Browse files
v4.2.2
1 parent 21faefb commit 7f73f1a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Update dependency mocha to v11
3+
hash: 118d83467fc89b977ad89f7b9444897739399693
4+
body: |
5+
Update mocha from 10.8.2 to 11.1.0
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: balena-renovate[bot]
10+
version: 4.2.2
11+
title: ""
12+
date: 2025-03-25T16:34:08.496Z
113
- commits:
214
- subject: Add the missing MethodCall type
315
hash: 78efcd852c6ff653da7eb17c9d15cdfaf18f177e

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.2
8+
## (2025-03-25)
9+
10+
* Update dependency mocha to v11 [balena-renovate[bot]]
11+
712
# v4.2.1
813
## (2025-03-18)
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.1",
3+
"version": "4.2.2",
44
"description": "An OData parser written in OMeta",
55
"main": "odata-parser.js",
66
"scripts": {
@@ -39,6 +39,6 @@
3939
"npm": ">=8.1.0"
4040
},
4141
"versionist": {
42-
"publishedAt": "2025-03-18T11:16:09.114Z"
42+
"publishedAt": "2025-03-25T16:34:08.623Z"
4343
}
4444
}

0 commit comments

Comments
 (0)