diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e4587801..1df2f423 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Disable automerge of major npm types + hash: 657735d6bb69031c759e0b828bf8906028a4876a + body: "" + footer: + Change-type: patch + change-type: patch + author: Kyle Harding + nested: [] + version: 2.4.47 + title: "" + date: 2024-01-02T21:20:37.265Z - commits: - subject: Group npm dependencies with their associated types hash: 45d68cc05f18d70d014fd10afca28c276feafee1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 183eb421..4be8da6b 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/). +## 2.4.47 - 2024-01-02 + +* Disable automerge of major npm types [Kyle Harding] + ## 2.4.46 - 2024-01-02 * Group npm dependencies with their associated types [Kyle Harding] diff --git a/package.json b/package.json index a7eed6fb..e1b036dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/balena-io-renovate-config", - "version": "2.4.46", + "version": "2.4.47", "private": true, "repository": { "type": "git", @@ -19,6 +19,6 @@ "node": ">=18.12.0" }, "versionist": { - "publishedAt": "2024-01-02T17:58:55.314Z" + "publishedAt": "2024-01-02T21:20:37.590Z" } }