diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 698737ee9..3c798d125 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add convert serial option to generate-types command + hash: 13e62a4a1a9671ded893cb7d7945d6fe55a2fa8c + body: "" + footer: + Change-type: minor + change-type: minor + author: Josh Bowling + nested: [] + version: 19.7.0 + title: "" + date: 2024-12-18T11:40:18.233Z - commits: - subject: Use translationAbstractSqlModel for resolving translations hash: 62dabf733348b2f82549264d63380555d7d61eb7 @@ -1987,6 +1999,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -2026,6 +2039,7 @@ + As engine and npm is now required as part of package.json we @@ -2080,6 +2094,7 @@ + Ensure that the input passed in for JSON types is either @@ -2197,6 +2212,7 @@ + This also deprecates the legacy version footer: @@ -2242,6 +2258,7 @@ + It can in fact be a lot of different things and that is @@ -2288,6 +2305,7 @@ + We know what type they return and they should be explicitly @@ -2339,6 +2357,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2501,6 +2520,7 @@ + This also deprecates the legacy use of direct true/false diff --git a/CHANGELOG.md b/CHANGELOG.md index 5104f0196..159a7fc42 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/). +# v19.7.0 +## (2024-12-18) + +* Add convert serial option to generate-types command [Josh Bowling] + # v19.6.3 ## (2024-12-04) diff --git a/VERSION b/VERSION index 3336fbed7..8d6036b26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.6.3 \ No newline at end of file +19.7.0 \ No newline at end of file diff --git a/package.json b/package.json index 444e70abc..275c16da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "19.6.3", + "version": "19.7.0", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -147,6 +147,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-12-04T15:10:15.448Z" + "publishedAt": "2024-12-18T11:40:19.195Z" } }