From 5231fafa0ce7d517c87edf1f45a171392a5f8d55 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 02:48:24 +0000 Subject: [PATCH] v3.0.4 --- .versionbot/CHANGELOG.yml | 15 ++++++++++++++- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1abdaed..6b1e686 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update dependency @balena/lint to v8 + hash: 8048f717367a41233a995096edf2da6710e9e247 + body: | + Update @balena/lint from 7.3.0 to 8.0.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + version: 3.0.4 + title: "" + date: 2024-04-12T02:48:22.037Z - commits: - subject: Optimize by moving constant values into global init hash: 94899b779fb879540f3675c3c9d7ca3f9d8af4bf @@ -17,7 +29,8 @@ body: > - Update @balena/lint from 6.2.2 to 7.2.4 - - Delete `require-npm4-to-publish` as handled by `engines` parameter in `package.json` + - Delete `require-npm4-to-publish` as handled by `engines` parameter in + `package.json` footer: Change-type: patch change-type: patch diff --git a/CHANGELOG.md b/CHANGELOG.md index 60bc241..1c92c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +# v3.0.4 +## (2024-04-12) + +* Update dependency @balena/lint to v8 [Self-hosted Renovate Bot] + # v3.0.3 ## (2024-01-04) diff --git a/package.json b/package.json index f33b748..20a8415 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/odata-parser", - "version": "3.0.3", + "version": "3.0.4", "description": "An OData parser written in OMeta", "main": "odata-parser.js", "scripts": { @@ -39,6 +39,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2024-01-04T15:30:09.206Z" + "publishedAt": "2024-04-12T02:48:22.145Z" } }