diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 13cf3396d..b1ec9090b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Refactor the resource get by field tests + hash: b0c79a6b50e46d853f60501ccddc887eaf86b34c + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: 15.31.1 + date: 2021-04-07T21:17:50.660Z - commits: - subject: Manage lock overrides using the config variables instead of the endpoint hash: 55f412455dc99ee2823367b3ade5d71fb48d9aae diff --git a/CHANGELOG.md b/CHANGELOG.md index 83377343d..438f44640 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/). +## 15.31.1 - 2021-04-07 + +* Refactor the resource get by field tests [Thodoris Greasidis] + ## 15.31.0 - 2021-04-07 * Manage lock overrides using the config variables instead of the endpoint [Thodoris Greasidis] diff --git a/package.json b/package.json index 40af378de..d54e3f8f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "15.31.0", + "version": "15.31.1", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts",