From 61798927120435e0b26f86d0abe8c85e645fd4ae Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 20 Apr 2022 21:43:41 +0300 Subject: [PATCH] v16.19.8 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7739f566d..0893fad2d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Remove additional quotes" + hash: a6d3d4ea6f4e194efad51330008c0d67c2745837 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 16.19.8 + title: "'patch: Remove additional quotes'" + date: 2022-04-20T18:19:59.893Z - commits: - subject: "tests: Update to work with latest major of superagent" hash: f141912cfc09c930aa31f88afed006c8210c70d5 diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7023793..37a0fefcb 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/). +## 16.19.8 - 2022-04-20 + +* patch: Remove additional quotes [Vipul Gupta (@vipulgupta2048)] + ## 16.19.7 - 2022-04-12 * tests: Update to work with latest major of superagent [Thodoris Greasidis] diff --git a/package.json b/package.json index c6b7e6a2c..7b329d546 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "16.19.7", + "version": "16.19.8", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -122,6 +122,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2022-04-12T18:01:18.816Z" + "publishedAt": "2022-04-20T18:20:00.517Z" } }