diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a2faaad..07bfad7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency mocha to v11 + hash: c52717d4ab947a92b94d018713634217fac3da73 + body: | + Update mocha from 10.8.2 to 11.0.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 7.0.1 + title: "" + date: 2024-12-04T13:36:56.587Z - commits: - subject: Update dependencies hash: 200e20aa0e4ef4df625c398be401065b6c7b0771 diff --git a/CHANGELOG.md b/CHANGELOG.md index d23003e..4cf2cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 7.0.1 - 2024-12-04 + +* Update dependency mocha to v11 [Self-hosted Renovate Bot] + ## 7.0.0 - 2024-10-08 diff --git a/package.json b/package.json index 8a4008f..5424d34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/odata-to-abstract-sql", - "version": "7.0.0", + "version": "7.0.1", "description": "A consumer of the OData parser, written in OMeta", "type": "commonjs", "main": "out/odata-to-abstract-sql.js", @@ -54,6 +54,6 @@ "npm": ">=10.7.0" }, "versionist": { - "publishedAt": "2024-10-08T09:36:04.565Z" + "publishedAt": "2024-12-04T13:36:56.993Z" } }