diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 94eaeaa..d4c8453 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency @types/chai-things to v0.0.37 + hash: bb8f58d7429e4a91ab4f179c71a5970b4d516f1b + body: | + Update @types/chai-things from 0.0.36 to 0.0.37 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 6.1.2 + title: "" + date: 2023-10-20T23:51:44.598Z - commits: - subject: Update dependencies eslint, sbvrTypes, abstract-sql-compiler hash: f9e08b24decefe20be1d8fb1747063deb2c1cb5e diff --git a/CHANGELOG.md b/CHANGELOG.md index 02bec92..59b80c3 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/). +## 6.1.2 - 2023-10-20 + +* Update dependency @types/chai-things to v0.0.37 [Self-hosted Renovate Bot] + ## 6.1.1 - 2023-10-19 diff --git a/package.json b/package.json index d6f587a..dde13ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/odata-to-abstract-sql", - "version": "6.1.1", + "version": "6.1.2", "description": "A consumer of the OData parser, written in OMeta", "main": "out/odata-to-abstract-sql.js", "scripts": { @@ -53,6 +53,6 @@ "npm": ">=8.1.0" }, "versionist": { - "publishedAt": "2023-10-19T06:28:03.170Z" + "publishedAt": "2023-10-20T23:51:45.015Z" } }