diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 409a204..1d0d4da 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Update dependencies + hash: 0a7bd8ff2e506fa3988b6e1851e0098df5da3f86 + 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` + footer: + Change-type: patch + change-type: patch + Signed-off-by: fisehara + signed-off-by: fisehara + author: fisehara + version: 3.0.2 + title: "" + date: 2024-01-04T10:16:56.896Z - commits: - subject: Allow running CI on external PRs hash: 875af25a9e8ba9ade051f76f4500f5146db675a7 diff --git a/CHANGELOG.md b/CHANGELOG.md index d948d6a..d1c905e 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.2 +## (2024-01-04) + +* Update dependencies [fisehara] + # v3.0.1 ## (2023-09-25) diff --git a/package.json b/package.json index 1ffc6aa..cf16040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/odata-parser", - "version": "3.0.1", + "version": "3.0.2", "description": "An OData parser written in OMeta", "main": "odata-parser.js", "scripts": { @@ -39,6 +39,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2023-09-25T10:50:13.798Z" + "publishedAt": "2024-01-04T10:16:57.000Z" } }