From 12e01a7eb5d80b5931265ae72cf1c700fa2ada89 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 22 Jan 2021 15:21:57 +0200 Subject: [PATCH] v14.13.0 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index eace15a87..404fc17cf 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Allow specifying database options on init instead of via env vars + hash: c61a6a5a89130aa2d70e1693ecca76c8846fbcbe + body: '' + footer: + Change-type: minor + change-type: minor + author: Pagan Gazzard + nested: [] + - subject: Only connect to the database once `init` has been called + hash: 3c0602e30e74174e875e8c9ae26e9c7dbd8c34bf + body: '' + footer: + Change-type: minor + change-type: minor + author: Pagan Gazzard + nested: [] + version: 14.13.0 + date: 2021-01-22T13:11:50.823Z - commits: - subject: Handle `DEBUG` in the env module hash: 74ecf0a94511a8c232ce25205f3d138e3920793e diff --git a/CHANGELOG.md b/CHANGELOG.md index e643ed67b..54759497c 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/). +## 14.13.0 - 2021-01-22 + +* Allow specifying database options on init instead of via env vars [Pagan Gazzard] +* Only connect to the database once `init` has been called [Pagan Gazzard] + ## 14.12.2 - 2021-01-22 * Handle `DEBUG` in the env module [Pagan Gazzard] diff --git a/package.json b/package.json index efa5740d4..d3cd3aad6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "14.12.2", + "version": "14.13.0", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0",